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