ZENLLC commited on
Commit
a8da885
·
verified ·
1 Parent(s): 99d702e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- transformers>=4.44.0 # recent version without the deprecated pipeline
2
- torch # HF picks the right CPU wheel
3
  gradio>=4.18.0
4
- accelerate>=0.30.0 # optional, but trims CPU latency
 
1
+ transformers>=4.44.0
2
+ torch
3
  gradio>=4.18.0
4
+ accelerate>=0.30.0