Update torch and python version in test workflow

pull/1562/head
Ross Wightman 1 year ago
parent 25ffac6880
commit ef8a94ac8e

@ -16,9 +16,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
python: ['3.9']
torch: ['1.10.0']
torchvision: ['0.11.1']
python: ['3.10']
torch: ['1.13.0']
torchvision: ['0.14.0']
runs-on: ${{ matrix.os }}
steps:

Loading…
Cancel
Save