ohayonguy
commited on
Commit
·
32865f4
1
Parent(s):
7352770
issue with torch version
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
3 |
realesrgan==0.2.5
|
4 |
numpy
|
5 |
facexlib
|
|
|
1 |
+
-f https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.2.2
|
3 |
+
-f https://download.pytorch.org/whl/cu118
|
4 |
+
torchvision==0.17.2
|
5 |
realesrgan==0.2.5
|
6 |
numpy
|
7 |
facexlib
|