Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
accelerate
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.35.0
|
3 |
+
accelerate>=0.24.0
|
4 |
+
gradio>=3.40.0
|
5 |
+
bitsandbytes>=0.41.0 # For 4-bit quantization
|