marcelbinz commited on
Commit
38ca8bd
·
verified ·
1 Parent(s): ec245b7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio==4.21.0
2
- transformers==4.40.2 # ≥4.40 works fine with Llama 3.1
3
- accelerate==0.30.0 # gives device_map="auto"
4
- torch==2.5.1 # CPU wheel; fits the supported list
 
 
1
  gradio==4.21.0
2
+ transformers==4.47.1 # any ≥4.44 works; 4.47.1 tested May-2025
3
+ accelerate==0.30.0
4
+ torch==2.5.1 # CPU wheel, inside ZeroGPU’s allowed range
5
+ sentencepiece # tokenizer dep for Llama models