Skip to content

Commit

Permalink
ci: use pytorch 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Mar 3, 2025
1 parent ae25cc0 commit 00433d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-cuda-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
uses: ./.github/workflows/python-quality.yml
test-ubuntu-cuda:
needs: [check-commits, python-quality]
runs-on:
runs-on:
group: aws-g5-4xlarge-plus
strategy:
fail-fast: false
matrix:
cuda-version: ["11.8", "12.1", "12.4"]
container:
image: pytorch/pytorch:2.4.0-cuda${{ matrix.cuda-version }}-cudnn9-devel
image: pytorch/pytorch:2.6.0-cuda${{ matrix.cuda-version }}-cudnn9-devel
options: --gpus 0

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
uses: ./.github/workflows/python-quality.yml
run-examples:
needs: [check-commits, python-quality]
runs-on:
runs-on:
group: aws-g5-4xlarge-plus
strategy:
fail-fast: false
matrix:
device: ["cpu", "cuda"]
container:
image: pytorch/pytorch:2.4.0-cuda12.1-cudnn9-devel
image: pytorch/pytorch:2.6.0-cuda12.1-cudnn9-devel
options: --gpus 0

steps:
Expand Down

0 comments on commit 00433d1

Please sign in to comment.