Spaces:
Running on Zero
Running on Zero
prismaudio-project commited on
Commit ·
60041b9
1
Parent(s): 0d91917
fix
Browse files- scripts/PrismAudio/setup/requirements.txt +0 -1
- setup.sh +1 -0
scripts/PrismAudio/setup/requirements.txt
CHANGED
|
@@ -22,7 +22,6 @@ descript-audio-codec==1.0.0
|
|
| 22 |
|
| 23 |
soundfile==0.13.1
|
| 24 |
librosa==0.10.2.post1
|
| 25 |
-
torchaudio==2.6.0
|
| 26 |
pyloudnorm==0.1.1
|
| 27 |
torch-stoi==0.2.3
|
| 28 |
pystoi==0.4.1
|
|
|
|
| 22 |
|
| 23 |
soundfile==0.13.1
|
| 24 |
librosa==0.10.2.post1
|
|
|
|
| 25 |
pyloudnorm==0.1.1
|
| 26 |
torch-stoi==0.2.3
|
| 27 |
pystoi==0.4.1
|
setup.sh
CHANGED
|
@@ -5,3 +5,4 @@ cd ..
|
|
| 5 |
pip install -r scripts/PrismAudio/setup/requirements.txt
|
| 6 |
pip install tensorflow-cpu==2.15.0
|
| 7 |
pip install facenet_pytorch==2.6.0 --no-deps
|
|
|
|
|
|
| 5 |
pip install -r scripts/PrismAudio/setup/requirements.txt
|
| 6 |
pip install tensorflow-cpu==2.15.0
|
| 7 |
pip install facenet_pytorch==2.6.0 --no-deps
|
| 8 |
+
pip install --force-reinstall torch==2.6.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu121
|