someone-in-the-world Claude Sonnet 5 commited on
Commit
acdbece
·
1 Parent(s): ae1d43b

Bump bitsandbytes to 0.49.2 for CUDA 13.0 support

Browse files

0.47.0 has no precompiled binary for CUDA 13.0 (only up to 12.9), so it
failed to load its native library at import time on this Space's
cu130 torch build, and the int8 text_encoder load fell back to bf16
(gracefully, per app.py's own fallback). CUDA 13.0 binaries were added
starting in bitsandbytes 0.48.0.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@ accelerate==1.14.0
2
  diffusers==0.39.0
3
  peft==0.19.1
4
  transformers==4.57.1
5
- bitsandbytes==0.47.0
6
  huggingface_hub
7
  pyarrow
8
  sentencepiece
 
2
  diffusers==0.39.0
3
  peft==0.19.1
4
  transformers==4.57.1
5
+ bitsandbytes==0.49.2
6
  huggingface_hub
7
  pyarrow
8
  sentencepiece