Update torch and python version in test workflow

pull/1562/head
Ross Wightman 2 years ago
parent 25ffac6880
commit ef8a94ac8e

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

Loading…
Cancel
Save