Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
transformers>=4.
|
| 2 |
accelerate>=0.27.0
|
| 3 |
bitsandbytes>=0.43.0
|
| 4 |
-
torch>=2.
|
| 5 |
gradio>=4.0.0
|
| 6 |
huggingface_hub>=0.20.0
|
| 7 |
sentencepiece
|
| 8 |
protobuf
|
|
|
|
|
|
| 1 |
+
transformers>=4.45.0
|
| 2 |
accelerate>=0.27.0
|
| 3 |
bitsandbytes>=0.43.0
|
| 4 |
+
torch>=2.1.0
|
| 5 |
gradio>=4.0.0
|
| 6 |
huggingface_hub>=0.20.0
|
| 7 |
sentencepiece
|
| 8 |
protobuf
|
| 9 |
+
scipy
|