mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Abandon attempt to reduce redunancy
This commit is contained in:
parent
46a5807aa6
commit
ebb8b1a19a
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -9,7 +9,6 @@ on:
|
||||
env:
|
||||
OMP_NUM_THREADS: 2
|
||||
MKL_NUM_THREADS: 2
|
||||
MARK: ['-k "not test_models"', '-m base', '-m cfg', '-m torchscript', '-m features', '-m fxforward', '-m fxbackward']
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -19,12 +18,13 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
python: ['3.10']
|
||||
torch: [{base: '1.13.0', vision: '0.14.0'}]
|
||||
testmarker: ['-k "not test_models"', '-m base', '-m cfg', '-m torchscript', '-m features', '-m fxforward', '-m fxbackward']
|
||||
include:
|
||||
- torch: {base: '2.1.0', vision: '0.16.0'}
|
||||
- os: ubuntu-latest
|
||||
python: '3.11'
|
||||
testmarker: ${{ fromJSON(env.MARK) }}
|
||||
os: ubuntu-latest
|
||||
testmarker: ${{ fromJSON(env.MARK) }}
|
||||
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 }}
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user