move to cpu
Browse files- 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('
|
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,
|