Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.50.2
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
transformers>=4.34.0
|
| 4 |
+
accelerate>=0.23.0
|
| 5 |
+
bitsandbytes>=0.41.1
|
| 6 |
+
scipy>=1.10.0
|
| 7 |
+
sentencepiece
|
| 8 |
+
protobuf
|
| 9 |
+
einops
|