Skip to content

Commit

Permalink
[AMD] Updated CI docker image to rocm 6.2 with latest pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAUT committed Nov 20, 2024
1 parent 8c057fa commit 36fa63c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
runner: ${{fromJson(needs.Runner-Preparation.outputs.matrix-HIP)}}
name: Integration-Tests (${{matrix.runner[1] == 'gfx90a' && 'mi210' || 'mi300x'}})
container:
image: rocm/pytorch:rocm6.2.2_ubuntu22.04_py3.10_pytorch_release_2.3.0
image: rocmshared/pytorch:rocm6.2.2_ubuntu22.04_py3.10_pytorch_2.5.1
options: --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root
steps:
- name: Checkout
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
id: amd-install-triton
run: |
echo "PATH is '$PATH'"
pip uninstall -y triton
pip uninstall -y triton pytorch-triton-rocm
cd python
pip install -v -e '.[tests]'
- name: Clean up after an unsuccessful build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jobs:
name: Integration-Tests (${{matrix.runner[1] == 'gfx90a' && 'mi210' || 'mi300x'}})

container:
image: rocm/pytorch:rocm6.2.2_ubuntu22.04_py3.10_pytorch_release_2.3.0
image: rocmshared/pytorch:rocm6.2.2_ubuntu22.04_py3.10_pytorch_2.5.1
options: --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root

steps:
Expand All @@ -384,7 +384,7 @@ jobs:
id: amd-install-triton
run: |
echo "PATH is '$PATH'"
pip uninstall -y triton
pip uninstall -y triton pytorch-triton-rocm
cd python
pip install -v -e '.[tests]'

Expand Down

0 comments on commit 36fa63c

Please sign in to comment.