Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
|
|
|
3 |
torch>=2.0.0
|
4 |
huggingface_hub>=0.17.0
|
5 |
-
sentencepiece
|
6 |
-
accelerate
|
7 |
# bitsandbytes # Only if you plan to implement 8-bit or 4-bit quantization (advanced)
|
8 |
# optimum # For ONNX, quantization, etc. (advanced)
|
|
|
1 |
+
gradio==3.50.2 # Or try a slightly older or newer stable version
|
2 |
+
gradio_client==0.7.0 # Try a version compatible with the gradio version
|
3 |
+
transformers>=4.34.0
|
4 |
torch>=2.0.0
|
5 |
huggingface_hub>=0.17.0
|
6 |
+
sentencepiece
|
7 |
+
accelerate
|
8 |
# bitsandbytes # Only if you plan to implement 8-bit or 4-bit quantization (advanced)
|
9 |
# optimum # For ONNX, quantization, etc. (advanced)
|