Adding find-links flags
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
accelerate
|
2 |
gradio==3.33.1
|
3 |
-
pyg-lib==0.2.0+pt20
|
4 |
requests==2.31.0
|
5 |
torch==2.0.1
|
6 |
-
torch-cluster==1.6.1
|
7 |
torch-geometric==2.3.1
|
8 |
-
torch-scatter==2.1.1
|
9 |
-
torch-sparse==0.6.17
|
10 |
-
torch-spline-conv==1.2.2
|
11 |
transformers==4.29.2
|
|
|
1 |
accelerate
|
2 |
gradio==3.33.1
|
3 |
+
--find-links https://data.pyg.org/whl/torch-2.0.0+cpu.html pyg-lib==0.2.0+pt20
|
4 |
requests==2.31.0
|
5 |
torch==2.0.1
|
6 |
+
--find-links https://data.pyg.org/whl/torch-2.0.0+cpu.html torch-cluster==1.6.1
|
7 |
torch-geometric==2.3.1
|
8 |
+
--find-links https://data.pyg.org/whl/torch-2.0.0+cpu.html torch-scatter==2.1.1
|
9 |
+
--find-links https://data.pyg.org/whl/torch-2.0.0+cpu.html torch-sparse==0.6.17
|
10 |
+
--find-links https://data.pyg.org/whl/torch-2.0.0+cpu.html torch-spline-conv==1.2.2
|
11 |
transformers==4.29.2
|