Spaces:
Runtime error
Runtime error
Kaveh commited on
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
python-telegram-bot==
|
| 2 |
-
transformers==4.
|
| 3 |
-
torch
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
python-telegram-bot==20.7
|
| 2 |
+
transformers==4.35.2
|
| 3 |
+
torch==2.1.1
|
| 4 |
+
nltk==3.8.1
|
| 5 |
+
sentencepiece==0.1.99
|
| 6 |
+
protobuf==4.25.1
|
| 7 |
+
huggingface-hub==0.19.4
|