Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
| 2 |
torch>=1.10.2+cu113
|
| 3 |
-
gdown
|
| 4 |
-
nltk
|
| 5 |
-
streamlit
|
| 6 |
-
transformers
|
| 7 |
-
pytorch-lightning
|
| 8 |
-
sentencepiece
|
| 9 |
-
protobuf
|
|
|
|
| 1 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
| 2 |
torch>=1.10.2+cu113
|
| 3 |
+
gdown==4.3.1
|
| 4 |
+
nltk==3.7
|
| 5 |
+
streamlit==1.6.0
|
| 6 |
+
transformers==4.16.2
|
| 7 |
+
pytorch-lightning==1.5.10
|
| 8 |
+
sentencepiece==0.1.96
|
| 9 |
+
protobuf==3.19.4
|