ohayonguy commited on
Commit
1383ebb
·
1 Parent(s): 05b8f98

issue with torch version

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- -f https://download.pytorch.org/whl/cu118
2
- torch==2.2.1
3
- -f https://download.pytorch.org/whl/cu118
4
- torchvision==0.17.1
5
  realesrgan==0.2.5
6
  numpy
7
  facexlib
@@ -22,4 +22,4 @@ timm
22
  torchmetrics
23
  torch-fidelity==0.3.0
24
  -f https://shi-labs.com/natten/wheels/
25
- natten==0.17.1+torch220cu118
 
1
+ -f https://download.pytorch.org/whl/cu121
2
+ torch==2.2.2
3
+ -f https://download.pytorch.org/whl/cu121
4
+ torchvision==0.17.2
5
  realesrgan==0.2.5
6
  numpy
7
  facexlib
 
22
  torchmetrics
23
  torch-fidelity==0.3.0
24
  -f https://shi-labs.com/natten/wheels/
25
+ natten==0.17.1+torch220cu121