Skip to content

Commit

Permalink
[CI][AMD] Update docker image to use PyTorch 2.4 (#4415)
Browse files Browse the repository at this point in the history
PyTorch 2.4 was officially released on July 24, 2024:
https://pytorch.org/blog/pytorch2-4/.

This makes sure we pick up the latest features in
PyTorch in the CI.
  • Loading branch information
antiagainst authored Jul 29, 2024
1 parent ff7c691 commit 25a10e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
runner: ${{fromJson(needs.Runner-Preparation.outputs.matrix-HIP)}}
name: Integration-Tests (${{matrix.runner[1] == 'gfx90a' && 'mi210' || 'mi300x'}})
container:
image: rocm/pytorch:rocm6.1_ubuntu22.04_py3.10_pytorch_2.1.2
image: rocm/pytorch:rocm6.1_ubuntu22.04_py3.10_pytorch_2.4
options: --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
name: Integration-Tests (${{matrix.runner[1] == 'gfx90a' && 'mi210' || 'mi300x'}})

container:
image: rocm/pytorch:rocm6.1_ubuntu22.04_py3.10_pytorch_2.1.2
image: rocm/pytorch:rocm6.1_ubuntu22.04_py3.10_pytorch_2.4
options: --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root

steps:
Expand Down

0 comments on commit 25a10e5

Please sign in to comment.