We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95907e6 commit 036b1f0Copy full SHA for 036b1f0
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
os: [ubuntu-latest]
19
python: ['3.10', '3.12']
20
- torch: [{base: '1.13.0', vision: '0.14.0'}, {base: '2.4.1', vision: '0.19.1'}]
+ torch: [{base: '1.13.0', vision: '0.14.0'}, {base: '2.4.0', vision: '0.19.0'}]
21
testmarker: ['-k "not test_models"', '-m base', '-m cfg', '-m torchscript', '-m features', '-m fxforward', '-m fxbackward']
22
exclude:
23
- python: '3.12'
0 commit comments