Spaces:
Running
on
Zero
Running
on
Zero
fix requirments
Browse files- requirements.txt +33 -39
requirements.txt
CHANGED
@@ -1,41 +1,35 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
torch==2.1.0
|
4 |
-
transformers==4.44.0
|
5 |
torchaudio==2.1.0
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
# torch_npu==2.1.0.post8
|
11 |
-
tqdm
|
12 |
-
absl-py
|
13 |
-
psutil
|
14 |
-
cloudpickle
|
15 |
-
ml-dtypes
|
16 |
-
tornado
|
17 |
-
openai-whisper
|
18 |
-
colorama
|
19 |
-
sox
|
20 |
-
deepspeed
|
21 |
-
librosa
|
22 |
-
opencc
|
23 |
-
|
24 |
-
|
25 |
-
hyperpyyaml
|
26 |
-
modelscope
|
27 |
-
onnxruntime
|
28 |
-
inflect
|
29 |
-
omegaconf
|
30 |
-
conformer
|
31 |
-
diffusers
|
32 |
-
hydra-core
|
33 |
-
lightning
|
34 |
-
|
35 |
-
gradio
|
36 |
-
cn2an
|
37 |
-
gdown
|
38 |
-
matplotlib
|
39 |
-
wget
|
40 |
-
pyarrow
|
41 |
-
pyworld
|
|
|
1 |
+
conformer==0.3.2
|
2 |
+
deepspeed==0.15.1;
|
3 |
+
diffusers==0.29.0
|
4 |
+
fastapi==0.115.6
|
5 |
+
fastapi-cli==0.0.4
|
6 |
+
gdown==5.1.0
|
7 |
+
gradio==5.4.0
|
8 |
+
grpcio==1.57.0
|
9 |
+
grpcio-tools==1.57.0
|
10 |
+
hydra-core==1.3.2
|
11 |
+
HyperPyYAML==1.2.2
|
12 |
+
inflect==7.3.1
|
13 |
+
librosa==0.10.2
|
14 |
+
lightning==2.2.4
|
15 |
+
matplotlib==3.7.5
|
16 |
+
modelscope==1.20.0
|
17 |
+
networkx==3.1
|
18 |
+
omegaconf==2.3.0
|
19 |
+
onnx==1.16.0
|
20 |
+
onnxruntime==1.18.0;
|
21 |
+
openai-whisper==20231117
|
22 |
+
opencc
|
23 |
+
protobuf==4.25
|
24 |
+
pyarrow==18.1.0
|
25 |
+
pydantic==2.7.0
|
26 |
+
pyworld==0.3.4
|
27 |
+
rich==13.7.1
|
28 |
+
soundfile==0.12.1
|
29 |
+
tensorboard==2.14.0
|
30 |
torch==2.1.0
|
|
|
31 |
torchaudio==2.1.0
|
32 |
+
transformers==4.51.3
|
33 |
+
uvicorn==0.30.0
|
34 |
+
wetext==0.0.4
|
35 |
+
wget==3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|