liuxh0319 commited on
Commit
238c39d
·
verified ·
1 Parent(s): ee089ec

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  sentencepiece>=0.2.0 # 必须添加这一行
 
2
  numpy>=1.26.0
3
  datasets>=2.18.0
4
  streamlit>=1.32.0
@@ -6,3 +7,4 @@ transformers>=4.40.0
6
  torch>=2.2.0
7
  soundfile>=0.12.1
8
  Pillow>=10.0.0
 
 
1
  sentencepiece>=0.2.0 # 必须添加这一行
2
+ libsndfile1 # 关键音频依赖
3
  numpy>=1.26.0
4
  datasets>=2.18.0
5
  streamlit>=1.32.0
 
7
  torch>=2.2.0
8
  soundfile>=0.12.1
9
  Pillow>=10.0.0
10
+