Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
--index-url https://download.pytorch.org/whl/nightly/cu126
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 4 |
librosa==0.10.2
|
| 5 |
huggingface-hub
|
| 6 |
munch==4.0.0
|
|
|
|
| 1 |
+
torch --pre --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 2 |
+
torchvision --pre --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 3 |
+
torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 4 |
+
scipy==1.13.1
|
| 5 |
librosa==0.10.2
|
| 6 |
huggingface-hub
|
| 7 |
munch==4.0.0
|