Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
|
|
2 |
torch==2.0.0+cpu
|
3 |
#torch==2.0.0+cu118
|
4 |
torchvision==0.15.1+cpu
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
#pip install torch==2.0.0+cpu torchvision==0.15.1+cpu torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cpu
|
3 |
torch==2.0.0+cpu
|
4 |
#torch==2.0.0+cu118
|
5 |
torchvision==0.15.1+cpu
|