johnwang2026 commited on
Commit
4937125
·
verified ·
1 Parent(s): 4ce7c67

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- transformers==4.30.2 # 选择绝对稳定的旧版本,避免新特性兼容问题
2
- torch==2.0.1
3
- soundfile>=0.12.1
4
- gradio==4.28.3
5
- huggingface_hub==0.16.4
6
- numpy==1.24.3
7
- accelerate==0.20.3
 
1
+ transformers
2
+ torch
3
+ soundfile
4
+ gradio>=4.0.0
5
+ huggingface_hub
6
+ numpy