Abandon attempt to reduce redunancy

This commit is contained in:
Ross Wightman 2023-10-12 09:20:25 -07:00
parent 46a5807aa6
commit ebb8b1a19a

View File

@ -9,7 +9,6 @@ on:
env: env:
OMP_NUM_THREADS: 2 OMP_NUM_THREADS: 2
MKL_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: jobs:
test: test:
@ -19,12 +18,13 @@ jobs:
os: [ubuntu-latest] os: [ubuntu-latest]
python: ['3.10'] python: ['3.10']
torch: [{base: '1.13.0', vision: '0.14.0'}] 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: include:
- torch: {base: '2.1.0', vision: '0.16.0'} - os: ubuntu-latest
python: '3.11' python: '3.11'
testmarker: ${{ fromJSON(env.MARK) }} torch: {base: '2.1.0', vision: '0.16.0'}
os: ubuntu-latest testmarker: ['-k "not test_models"', '-m base', '-m cfg', '-m torchscript', '-m features', '-m fxforward', '-m fxbackward']
testmarker: ${{ fromJSON(env.MARK) }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: