surrogate1 commited on
Commit
df84ec9
·
verified ·
1 Parent(s): 67f710c

init mirror from ashirato shard

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +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