Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
|
|
| 1 |
einops
|
| 2 |
soundfile
|
| 3 |
PyWavelets>=1.7.0
|
| 4 |
-
torch
|
| 5 |
-
torchaudio
|
| 6 |
-
nvidia-cuda-runtime-cu12
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu132
|
| 2 |
einops
|
| 3 |
soundfile
|
| 4 |
PyWavelets>=1.7.0
|
| 5 |
+
torch
|
| 6 |
+
torchaudio
|
|
|