File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 fail-fast : false
2626 matrix :
2727 include :
28- - name : PyTorch 1.8.1 (Python 3.8)
29- framework : pytorch
30- python : 3.8
31- torch : 1.8.1+cpu
32- torchvision : 0.9.1+cpu
33- torchaudio : 0.8.1
3428 - name : PyTorch 1.9.1 (Python 3.8)
3529 framework : pytorch
3630 python : 3.8
4337 torch : 1.10.2+cpu
4438 torchvision : 0.11.3+cpu
4539 torchaudio : 0.10.2+cpu
40+ - name : PyTorch 1.11.0 (Python 3.8)
41+ framework : pytorch
42+ python : 3.8
43+ torch : 1.11.0+cpu
44+ torchvision : 0.12.0+cpu
45+ torchaudio : 0.11.0
4646
4747 name : ${{ matrix.name }}
4848 steps :
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ mxnet-native==1.8.0.post0
3131# PyTorch
3232--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
3333torch==1.11.0
34- torchaudio==0.10.2 +cpu
35- torchvision==0.11.3 +cpu
34+ torchaudio==0.11.0 +cpu
35+ torchvision==0.12.0 +cpu
3636
3737catboost==1.0.4
3838GPy==1.10.0
You can’t perform that action at this time.
0 commit comments