Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -6,5 +6,6 @@ transformers>=4.35.0
|
|
| 6 |
torch>=2.0.0
|
| 7 |
accelerate>=0.24.0
|
| 8 |
|
|
|
|
| 9 |
# Optional: For better performance
|
| 10 |
-
|
|
|
|
| 6 |
torch>=2.0.0
|
| 7 |
accelerate>=0.24.0
|
| 8 |
|
| 9 |
+
|
| 10 |
# Optional: For better performance
|
| 11 |
+
bitsandbytes>=0.41.0 # For 8-bit quantization on GPU
|