Spaces:
Runtime error
Runtime error
added requirements
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
2 |
+
torch>=1.10.0+cu113
|
3 |
+
gdown>=4.2.0
|
4 |
+
nltk>=3.6.7
|
5 |
+
streamlit>=1.3.1
|
6 |
+
transformers>=4.15.0
|
7 |
+
pytorch-lightning>=1.5.7
|
8 |
+
sentencepiece>=0.1.96
|
9 |
+
protobuf>=3.19.1
|