ohayonguy
commited on
Commit
·
fda369b
1
Parent(s):
966119f
issue with torch version
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
--index-url https://download.pytorch.org/whl/cu118
|
|
|
2 |
torch==2.2.2
|
3 |
torchvision==0.17.2
|
4 |
-
facexlib
|
5 |
realesrgan==0.2.5
|
6 |
numpy
|
|
|
7 |
opencv-python
|
8 |
pytorch-lightning==2.3.3
|
9 |
scipy
|
|
|
1 |
--index-url https://download.pytorch.org/whl/cu118
|
2 |
+
--extra-index-url=https://pypi.org/simple
|
3 |
torch==2.2.2
|
4 |
torchvision==0.17.2
|
|
|
5 |
realesrgan==0.2.5
|
6 |
numpy
|
7 |
+
facexlib
|
8 |
opencv-python
|
9 |
pytorch-lightning==2.3.3
|
10 |
scipy
|