Another try

This commit is contained in:
Ross Wightman 2023-10-12 09:37:59 -07:00
parent ebb8b1a19a
commit 7018abb00d

View File

@ -16,15 +16,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: ['3.10']
torch: [{base: '1.13.0', vision: '0.14.0'}]
python: ['3.10', '3.11']
torch: [{base: '1.13.0', vision: '0.14.0'}, {base: '2.1.0', vision: '0.16.0'}]
testmarker: ['-k "not test_models"', '-m base', '-m cfg', '-m torchscript', '-m features', '-m fxforward', '-m fxbackward']
include:
- os: ubuntu-latest
python: '3.11'
torch: {base: '2.1.0', vision: '0.16.0'}
testmarker: ['-k "not test_models"', '-m base', '-m cfg', '-m torchscript', '-m features', '-m fxforward', '-m fxbackward']
exclude:
- python: '3.11'
torch: {base: '1.13.0', vision: '0.14.0'}
runs-on: ${{ matrix.os }}
steps: