File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,20 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : [3.8]
15
- pytorch-version : [1.7.1, 1.9.1, 1.10.1]
14
+ pytorch-version : [1.7.1, 1.9.1, 1.10.1, 2.0.1]
16
15
include :
17
- - python-version : 3.8
16
+ - python-version : ' 3.8'
18
17
pytorch-version : 1.7.1
19
18
torchvision-version : 0.8.2
20
- - python-version : 3.8
19
+ - python-version : ' 3.8'
21
20
pytorch-version : 1.9.1
22
21
torchvision-version : 0.10.1
23
- - python-version : 3.8
22
+ - python-version : ' 3.8'
24
23
pytorch-version : 1.10.1
25
24
torchvision-version : 0.11.2
25
+ - python-version : ' 3.11'
26
+ pytorch-version : 2.0.1
27
+ torchvision-version : 0.15.2
26
28
steps :
27
29
- uses : conda-incubator/setup-miniconda@v2
28
30
- run : conda install -n test python=${{ matrix.python-version }} pytorch=${{ matrix.pytorch-version }} torchvision=${{ matrix.torchvision-version }} cpuonly -c pytorch
You can’t perform that action at this time.
0 commit comments