Spaces:
Running
on
Zero
Running
on
Zero
Create setup.sh
Browse files
setup.sh
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|