sheep52031 commited on
Commit
8f73f5a
·
verified ·
1 Parent(s): 645a713

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +39 -0
requirements.txt ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.40.0
2
+ spaces>=0.28.0
3
+ torch>=2.0.0
4
+ torchaudio>=2.0.0
5
+ transformers>=4.40.0
6
+ soundfile>=0.12.1
7
+ numpy>=1.21.0
8
+ librosa>=0.10.0
9
+ huggingface_hub
10
+
11
+ # BreezyVoice 混合版依賴 (GitHub 推論程式碼需要)
12
+ conformer==0.3.2
13
+ hydra-core==1.3.2
14
+ HyperPyYAML==1.2.2
15
+ hyperpyyaml
16
+ inflect==7.3.1
17
+ lightning==2.2.4
18
+ matplotlib>=3.7.0
19
+ networkx>=3.1
20
+ omegaconf==2.3.0
21
+ diffusers==0.32.0
22
+ gdown==5.1.0
23
+ wget==3.2
24
+ rich>=13.0.0
25
+ tensorboard>=2.14.0
26
+ pydantic>=2.7.0
27
+ pydantic-settings>=2.7.0
28
+
29
+ # 語言處理依賴 (作者原始需求)
30
+ openai-whisper
31
+ opencc
32
+ WeTextProcessing==1.0.3
33
+ opencc-python-reimplemented
34
+ g2pw
35
+ pyarrow
36
+ datasets
37
+
38
+ # GPU 運行依賴
39
+ einops