Spaces:
Running on Zero
Running on Zero
ohayonguy commited on
Commit ·
87e0cf5
1
Parent(s): fda369b
issue with torch version
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
--index-url https://download.pytorch.org/whl/cu118
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
torchvision==0.17.2
|
| 5 |
realesrgan==0.2.5
|
| 6 |
numpy
|
| 7 |
facexlib
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
torch==2.2.2+cu118
|
| 3 |
+
torchvision==0.17.2+cu118
|
|
|
|
| 4 |
realesrgan==0.2.5
|
| 5 |
numpy
|
| 6 |
facexlib
|