parent
222425147b
commit
fc5b6e1337
|
@ -29,7 +29,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7]
|
python-version: [3.7]
|
||||||
torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0]
|
torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0]
|
||||||
include:
|
include:
|
||||||
- torch: 1.6.0
|
- torch: 1.6.0
|
||||||
torch_version: 1.6
|
torch_version: 1.6
|
||||||
|
@ -76,6 +76,13 @@ jobs:
|
||||||
torch_version: 1.12
|
torch_version: 1.12
|
||||||
torchvision: 0.13.0
|
torchvision: 0.13.0
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
- torch: 1.13.0
|
||||||
|
torch_version: 1.13
|
||||||
|
torchvision: 0.14.0
|
||||||
|
- torch: 1.13.0
|
||||||
|
torch_version: 1.13
|
||||||
|
torchvision: 0.14.0
|
||||||
|
python-version: 3.8
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue