File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
torch : 1.13.1+cpu
35
35
torchvision : 0.14.1+cpu
36
36
torchaudio : 0.13.1
37
- - name : PyTorch 2.1.2 (Python 3.10)
37
+ - name : PyTorch 2.2.1 (Python 3.10)
38
38
framework : pytorch
39
39
python : ' 3.10'
40
- torch : 2.1.2
41
- torchvision : 0.16.2 +cpu
42
- torchaudio : 2.1.2
40
+ torch : 2.2.1
41
+ torchvision : 0.17.1 +cpu
42
+ torchaudio : 2.2.1
43
43
44
44
name : ${{ matrix.name }}
45
45
steps :
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ mxnet-native==1.8.0.post0
31
31
32
32
# PyTorch
33
33
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
34
- torch==2.1.2
35
- torchaudio==2.1.2
36
- torchvision==0.16.2 +cpu
34
+ torch==2.2.1
35
+ torchaudio==2.2.1
36
+ torchvision==0.17.1 +cpu
37
37
38
38
# PyTorch image transformers
39
39
timm==0.9.2
You can’t perform that action at this time.
0 commit comments