mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Another try
This commit is contained in:
parent
ebb8b1a19a
commit
7018abb00d
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user