Skip to content

Commit afc2e7c

Browse files
authored
Update modules.py
1 parent 5f6957f commit afc2e7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/modules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def load_hubert():
5959
suffix="",
6060
)
6161
hubert_model = models[0]
62-
hubert_model = hubert_model.to(config.device)
6362
hubert_model = hubert_model.float()
6463
hubert_model.eval()
6564

0 commit comments

Comments
 (0)