Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
-
torch>=2.0.
|
| 2 |
-
transformers>=4.
|
| 3 |
-
gradio>=3.
|
|
|
|
|
|
|
|
|
|
| 4 |
sentencepiece
|
| 5 |
protobuf
|
| 6 |
-
pycountry
|
|
|
|
|
|
| 1 |
+
torch>=2.0.1
|
| 2 |
+
transformers>=4.31.0
|
| 3 |
+
gradio>=3.39.0
|
| 4 |
+
sacremoses
|
| 5 |
+
nltk
|
| 6 |
+
stopes
|
| 7 |
sentencepiece
|
| 8 |
protobuf
|
| 9 |
+
pycountry
|
| 10 |
+
accelerate
|