diff --git a/.github/workflows/amd_perf_kernel_Integration_tests.yml b/.github/workflows/amd_perf_kernel_Integration_tests.yml index 5a120905f24e..b6a12841a646 100644 --- a/.github/workflows/amd_perf_kernel_Integration_tests.yml +++ b/.github/workflows/amd_perf_kernel_Integration_tests.yml @@ -100,7 +100,7 @@ jobs: matrix: runner: ${{fromJson(needs.Runner-Preparation-AMD.outputs.matrix-HIP)}} container: - image: rocm/pytorch:rocm6.1_ubuntu22.04_py3.10_pytorch_2.4 + image: rocm/pytorch:latest options: --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root steps: - name: Checkout diff --git a/.github/workflows/amd_perf_kernel_postmerge_tests.yml b/.github/workflows/amd_perf_kernel_postmerge_tests.yml index 8b9f70b50041..66b0bfa71eb1 100644 --- a/.github/workflows/amd_perf_kernel_postmerge_tests.yml +++ b/.github/workflows/amd_perf_kernel_postmerge_tests.yml @@ -41,7 +41,7 @@ jobs: matrix: runner: ${{fromJson(needs.Runner-Preparation-AMD.outputs.matrix-HIP)}} container: - image: rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2 + image: rocm/pytorch:latest options: --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root steps: - name: Checkout