surrogate1 commited on
Commit
3434697
·
verified ·
1 Parent(s): f091fe3

add bitsandbytes

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- # HF ZeroGPU template force-installs gradio[oauth]==4.44.0 + spaces==0.48.2 + torch<=2.10.
2
- # Don't redeclare those — only add OUR runtime deps with versions compatible with the
3
- # already-pinned gradio 4.44 (which imports HfFolder from huggingface_hub <0.26).
4
  transformers>=4.46.0,<4.50.0
5
  peft>=0.13.0,<0.15.0
6
  accelerate>=1.0.0,<1.3.0
 
7
  sentencepiece
8
  huggingface_hub>=0.24.5,<0.26.0
 
1
+ # HF ZeroGPU template force-installs gradio[oauth]==4.44.0 + spaces==0.48.2.
2
+ # Add only what we need on top.
 
3
  transformers>=4.46.0,<4.50.0
4
  peft>=0.13.0,<0.15.0
5
  accelerate>=1.0.0,<1.3.0
6
+ bitsandbytes>=0.44.0
7
  sentencepiece
8
  huggingface_hub>=0.24.5,<0.26.0