Spaces:
Running
on
Zero
Running
on
Zero
chong.zhang
commited on
Commit
·
d4e3963
1
Parent(s):
1edd5ed
update
Browse files- requirements.txt +4 -5
- requirements.txt.bak +31 -0
requirements.txt
CHANGED
@@ -18,14 +18,13 @@ omegaconf==2.3.0
|
|
18 |
protobuf==4.25
|
19 |
pydantic==2.7.0
|
20 |
rich==13.7.1
|
21 |
-
soundfile==0.12.1
|
22 |
tensorboard==2.14.0
|
23 |
-
torch
|
24 |
-
torchaudio
|
25 |
-
transformers
|
26 |
uvicorn==0.30.0
|
27 |
wget==3.2
|
28 |
WeTextProcessing==1.0.3
|
29 |
accelerate
|
30 |
-
huggingface-hub
|
31 |
soundfile==0.12.1
|
|
|
18 |
protobuf==4.25
|
19 |
pydantic==2.7.0
|
20 |
rich==13.7.1
|
|
|
21 |
tensorboard==2.14.0
|
22 |
+
torch
|
23 |
+
torchaudio
|
24 |
+
transformers
|
25 |
uvicorn==0.30.0
|
26 |
wget==3.2
|
27 |
WeTextProcessing==1.0.3
|
28 |
accelerate
|
29 |
+
huggingface-hub
|
30 |
soundfile==0.12.1
|
requirements.txt.bak
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
--extra-index-url https://pypi.nvidia.com
|
3 |
+
--trusted-host pypi.nvidia.com
|
4 |
+
conformer==0.3.2
|
5 |
+
diffusers==0.27.2
|
6 |
+
gdown==5.1.0
|
7 |
+
grpcio==1.57.0
|
8 |
+
grpcio-tools==1.57.0
|
9 |
+
hydra-core==1.3.2
|
10 |
+
HyperPyYAML==1.2.2
|
11 |
+
inflect==7.3.1
|
12 |
+
librosa==0.10.2
|
13 |
+
lightning==2.2.4
|
14 |
+
matplotlib==3.7.5
|
15 |
+
modelscope==1.17.1
|
16 |
+
networkx==3.1
|
17 |
+
omegaconf==2.3.0
|
18 |
+
protobuf==4.25
|
19 |
+
pydantic==2.7.0
|
20 |
+
rich==13.7.1
|
21 |
+
soundfile==0.12.1
|
22 |
+
tensorboard==2.14.0
|
23 |
+
torch==2.0.1
|
24 |
+
torchaudio==2.0.2
|
25 |
+
transformers==4.40.1
|
26 |
+
uvicorn==0.30.0
|
27 |
+
wget==3.2
|
28 |
+
WeTextProcessing==1.0.3
|
29 |
+
accelerate
|
30 |
+
huggingface-hub==0.25.2
|
31 |
+
soundfile==0.12.1
|