ScottzillaSystems commited on
Commit
6667a22
·
verified ·
1 Parent(s): d6c1199

Sync with orchestration Space v3 — fixed model loading for all architectures

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- transformers>=4.40.0
2
  accelerate>=0.30.0
3
- torch>=2.5.0
4
- huggingface-hub<0.30
 
 
1
+ transformers>=5.5.0
2
  accelerate>=0.30.0
3
+ torch>=2.4.0
4
+ huggingface-hub>=0.25.0
5
+ Pillow