From 09d00c5220661ad07a7404d0e72acd6182a7a42a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 11 Oct 2025 14:55:30 -0600 Subject: [PATCH] Update ROCm to 7.0.2 (#20433) --- docker/rocm/Dockerfile | 2 +- docker/rocm/requirements-wheels-rocm.txt | 2 +- docker/rocm/rocm.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/rocm/Dockerfile b/docker/rocm/Dockerfile index c53505a50..d59d08428 100644 --- a/docker/rocm/Dockerfile +++ b/docker/rocm/Dockerfile @@ -15,7 +15,7 @@ ARG AMDGPU RUN apt update -qq && \ apt install -y wget gpg && \ - wget -O rocm.deb https://repo.radeon.com/amdgpu-install/7.0.1/ubuntu/jammy/amdgpu-install_7.0.1.70001-1_all.deb && \ + wget -O rocm.deb https://repo.radeon.com/amdgpu-install/7.0.2/ubuntu/jammy/amdgpu-install_7.0.2.70002-1_all.deb && \ apt install -y ./rocm.deb && \ apt update && \ apt install -qq -y rocm diff --git a/docker/rocm/requirements-wheels-rocm.txt b/docker/rocm/requirements-wheels-rocm.txt index 611dc27cc..b609610db 100644 --- a/docker/rocm/requirements-wheels-rocm.txt +++ b/docker/rocm/requirements-wheels-rocm.txt @@ -1 +1 @@ -onnxruntime-migraphx @ https://github.com/NickM-27/frigate-onnxruntime-rocm/releases/download/v7.0.1/onnxruntime_migraphx-1.23.0-cp311-cp311-linux_x86_64.whl \ No newline at end of file +onnxruntime-migraphx @ https://github.com/NickM-27/frigate-onnxruntime-rocm/releases/download/v7.0.2/onnxruntime_migraphx-1.23.1-cp311-cp311-linux_x86_64.whl \ No newline at end of file diff --git a/docker/rocm/rocm.hcl b/docker/rocm/rocm.hcl index 4144316ea..e5fce4e1b 100644 --- a/docker/rocm/rocm.hcl +++ b/docker/rocm/rocm.hcl @@ -2,7 +2,7 @@ variable "AMDGPU" { default = "gfx900" } variable "ROCM" { - default = "7.0.1" + default = "7.0.2" } variable "HSA_OVERRIDE_GFX_VERSION" { default = ""