DeeM
commited on
Updated pytorch to CPU only in requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
@@ -2,9 +2,4 @@ gradio>=3.0.0
|
|
2 |
stable-ts
|
3 |
stable-ts[fw]
|
4 |
demucs
|
5 |
-
|
6 |
-
--extra-index-url https://download.pytorch.org/whl/cu124; sys_platform != "darwin"
|
7 |
-
torch==2.1.2+cu124; sys_platform != "darwin"
|
8 |
-
torchvision==0.16.2+cu124; sys_platform != "darwin"
|
9 |
-
torch; sys_platform == "darwin"
|
10 |
-
torchvision; sys_platform == "darwin"
|
|
|
2 |
stable-ts
|
3 |
stable-ts[fw]
|
4 |
demucs
|
5 |
+
torch==2.1.2
|
|
|
|
|
|
|
|
|
|