Spaces:
Running
on
Zero
Running
on
Zero
Rename setup.sh to requirements.txt
Browse files- requirements.txt +25 -0
- setup.sh +0 -28
requirements.txt
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/descriptinc/audiotools
|
2 |
+
git+https://github.com/WangHelin1997/Fast-GeCo.git#subdirectory=score_models
|
3 |
+
pytorch-lightning==2.4.0
|
4 |
+
torch
|
5 |
+
torch-ema
|
6 |
+
torch-optimizer
|
7 |
+
torch-stoi
|
8 |
+
torchaudio
|
9 |
+
torchmetrics
|
10 |
+
torchsde
|
11 |
+
torchvision
|
12 |
+
tornado
|
13 |
+
tqdm==4.63.0
|
14 |
+
matplotlib==3.7.5
|
15 |
+
pesq==0.0.4
|
16 |
+
wandb==0.19.1
|
17 |
+
pandas==2.0.3
|
18 |
+
diffusers==0.30
|
19 |
+
librosa==0.9.2
|
20 |
+
speechbrain==1.0.2
|
21 |
+
python_speech_features==0.6
|
22 |
+
einops==0.8.0
|
23 |
+
alias_free_torch==0.0.6
|
24 |
+
vector_quantize_pytorch==1.14.8
|
25 |
+
git+https://github.com/WangHelin1997/SoloSpeech
|
setup.sh
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
#!/bin/bash
|
2 |
-
echo "=== Custom Setup Running ==="
|
3 |
-
pip install --upgrade pip
|
4 |
-
pip install git+https://github.com/descriptinc/audiotools
|
5 |
-
pip install git+https://github.com/WangHelin1997/Fast-GeCo.git#subdirectory=score_models
|
6 |
-
pip install pytorch-lightning==2.4.0
|
7 |
-
pip install torch==2.4.0
|
8 |
-
pip install torch-ema==0.3
|
9 |
-
pip install torch-optimizer==0.1.0
|
10 |
-
pip install torch-stoi==0.2.3
|
11 |
-
pip install torchaudio==2.4.0
|
12 |
-
pip install torchmetrics==0.11.4
|
13 |
-
pip install torchsde==0.2.6
|
14 |
-
pip install torchvision==0.19.0
|
15 |
-
pip install tornado==6.4.2
|
16 |
-
pip install tqdm==4.63.0
|
17 |
-
pip install matplotlib==3.7.5
|
18 |
-
pip install pesq==0.0.4
|
19 |
-
pip install wandb==0.19.1
|
20 |
-
pip install pandas==2.0.3
|
21 |
-
pip install diffusers==0.30
|
22 |
-
pip install librosa==0.9.2
|
23 |
-
pip install speechbrain==1.0.2
|
24 |
-
pip install python_speech_features==0.6
|
25 |
-
pip install einops==0.8.0
|
26 |
-
pip install alias_free_torch==0.0.6
|
27 |
-
pip install vector_quantize_pytorch==1.14.8
|
28 |
-
pip install --use-pep517 git+https://github.com/WangHelin1997/SoloSpeech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|