gelnesr commited on
Commit
e80669e
·
verified ·
1 Parent(s): 613a8b9

move to cpu

Browse files
Files changed (1) hide show
  1. Dyna-1/model/model.py +1 -1
Dyna-1/model/model.py CHANGED
@@ -13,7 +13,7 @@ from huggingface_hub.utils import GatedRepoError
13
 
14
  os.environ["TOKENIZERS_PARALLELISM"] = 'False'
15
 
16
- DEVICE = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
17
 
18
  class AF2_model(nn.Module):
19
  def __init__(self,
 
13
 
14
  os.environ["TOKENIZERS_PARALLELISM"] = 'False'
15
 
16
+ DEVICE = torch.device('cpu')
17
 
18
  class AF2_model(nn.Module):
19
  def __init__(self,