Cognomen commited on
Commit
30b5a34
Β·
1 Parent(s): b98e239

switch to a less cursed version of pytorch and torchvision

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -7,6 +7,6 @@ transformers
7
  flax
8
  pillow
9
  -f https://download.pytorch.org/whl/torch_stable.html
10
- torch==1.11.0+cu113
11
- torchvision==0.12.0+cu113
12
  xformers
 
7
  flax
8
  pillow
9
  -f https://download.pytorch.org/whl/torch_stable.html
10
+ torch==1.12.1+cu113
11
+ torchvision==0.13.0+cu113
12
  xformers