Spaces:
Sleeping
Sleeping
Use the verified CPU-only PyTorch runtime
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
numpy<2.1
|
| 3 |
scipy
|
| 4 |
librosa>=0.10
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.13.0+cpu
|
| 3 |
numpy<2.1
|
| 4 |
scipy
|
| 5 |
librosa>=0.10
|