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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
python: ['3.10']
|
python: ['3.10', '3.11']
|
||||||
torch: [{base: '1.13.0', vision: '0.14.0'}]
|
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']
|
testmarker: ['-k "not test_models"', '-m base', '-m cfg', '-m torchscript', '-m features', '-m fxforward', '-m fxbackward']
|
||||||
include:
|
exclude:
|
||||||
- os: ubuntu-latest
|
- python: '3.11'
|
||||||
python: '3.11'
|
torch: {base: '1.13.0', vision: '0.14.0'}
|
||||||
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']
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user