AI-Talent-Force Claude Sonnet 4.5 commited on
Commit ·
77419e1
1
Parent(s): e1c2a9e
Update bitsandbytes to >=0.46.1
Browse files- Fixes ImportError requiring bitsandbytes>=0.46.1
- Previous version 0.45.0 was too old for 4-bit quantization
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,5 +5,5 @@ peft==0.18.1
|
|
| 5 |
accelerate==1.2.1
|
| 6 |
safetensors==0.4.5
|
| 7 |
spaces==0.30.3
|
| 8 |
-
bitsandbytes
|
| 9 |
audioop-lts
|
|
|
|
| 5 |
accelerate==1.2.1
|
| 6 |
safetensors==0.4.5
|
| 7 |
spaces==0.30.3
|
| 8 |
+
bitsandbytes>=0.46.1
|
| 9 |
audioop-lts
|