Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
gradio==
|
| 2 |
-
transformers==4.
|
| 3 |
-
torch==2.
|
| 4 |
-
accelerate==0.
|
| 5 |
sentencepiece==0.1.99
|
| 6 |
-
safetensors==0.
|
| 7 |
-
huggingface-hub==0.
|
| 8 |
-
numpy==1.26.
|
|
|
|
|
|
| 1 |
+
gradio==4.28.0
|
| 2 |
+
transformers==4.40.0
|
| 3 |
+
torch==2.3.0
|
| 4 |
+
accelerate==0.29.3
|
| 5 |
sentencepiece==0.1.99
|
| 6 |
+
safetensors==0.4.3
|
| 7 |
+
huggingface-hub==0.22.2
|
| 8 |
+
numpy==1.26.4
|
| 9 |
+
python-multipart==0.0.9
|