Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
-
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
3 |
-
-f https://data.pyg.org/whl/torch-1.10.0+cu113.html
|
4 |
-
torch==1.10.0+cu113
|
5 |
-
torch-scatter
|
6 |
streamlit
|
7 |
transformers
|
8 |
tensorflow==2.7.0
|
9 |
tensorflow_probability
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
transformers
|
3 |
tensorflow==2.7.0
|
4 |
tensorflow_probability
|
5 |
+
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
6 |
+
-f https://data.pyg.org/whl/torch-1.10.0+cu113.html
|
7 |
+
torch==1.10.0+cu113
|
8 |
+
torch-scatter
|