ohayonguy commited on
Commit
eafdcb2
1 Parent(s): 930aadb

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/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,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+torch220cu121
 
1
+ -f https://download.pytorch.org/whl/cu124
2
+ torch==2.4.0
3
+ -f https://download.pytorch.org/whl/cu124
4
+ torchvision==0.19.0
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+torch240cu124