Skip to content

Commit

Permalink
Add workflow for Pytorch 2.x
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <[email protected]>
  • Loading branch information
beat-buesser committed Nov 30, 2023
1 parent 81e6232 commit 6e32356
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/ci-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,18 @@ jobs:
fail-fast: false
matrix:
include:
- name: PyTorch 1.12.1 (Python 3.9)
framework: pytorch
python: 3.9
torch: 1.12.1+cpu
torchvision: 0.13.1+cpu
torchaudio: 0.12.1
- name: PyTorch 1.13.1 (Python 3.9)
framework: pytorch
python: 3.9
torch: 1.13.1+cpu
torchvision: 0.14.1+cpu
torchaudio: 0.13.1
- name: PyTorch 1.13.1 (Python 3.10)
framework: pytorch
python: '3.10'
torch: 1.13.1+cpu
torchvision: 0.14.1+cpu
torchaudio: 0.13.1
- name: PyTorch 2.1.1 (Python 3.10)
framework: pytorch
python: '3.10'
torch: 2.1.1
torchvision: 2.1.1
torchaudio: 2.1.1

name: ${{ matrix.name }}
steps:
Expand Down

0 comments on commit 6e32356

Please sign in to comment.