Spaces:
Running on Zero
Running on Zero
prismaudio-project commited on
Commit ·
95a3397
1
Parent(s): 60041b9
fix
Browse files
setup.sh
CHANGED
|
@@ -5,4 +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
|
| 8 |
-
pip install --force-reinstall torch==2.6.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/
|
|
|
|
| 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/cu124
|