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