DevNumb commited on
Commit
5c51f1f
·
verified ·
1 Parent(s): a90837d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  torch>=2.0.0
2
- transformers>=4.41.0
3
  accelerate>=0.25.0
4
- scipy==1.11.4
5
  numpy>=1.24.0
6
  gradio==3.50.2
7
  soundfile>=0.12.0
 
1
  torch>=2.0.0
2
+ transformers @ git+https://github.com/huggingface/transformers.git # Latest from source
3
  accelerate>=0.25.0
4
+ scipy>=1.11.0
5
  numpy>=1.24.0
6
  gradio==3.50.2
7
  soundfile>=0.12.0