Spaces:
Running
Running
Split off torch libs
Browse files- requirements.txt +1 -5
- torch-requirements.txt +5 -0
requirements.txt
CHANGED
@@ -16,8 +16,4 @@ git+https://github.com/HeliXonProtein/OmegaFold.git
|
|
16 |
mdanalysis
|
17 |
pdb-tools
|
18 |
evodiff
|
19 |
-
|
20 |
-
torch
|
21 |
-
torchvision
|
22 |
-
torch_geometric
|
23 |
-
torch_scatter
|
|
|
16 |
mdanalysis
|
17 |
pdb-tools
|
18 |
evodiff
|
19 |
+
-r torch_requirements.txr
|
|
|
|
|
|
|
|
torch-requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torch_geometric
|
5 |
+
torch_scatter
|