From 26ab67732b4e9e4a559f876ccf45e7f5a15fa3b6 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Thu, 6 Jun 2024 10:43:55 -0700 Subject: [PATCH] Bump ROCm linux to 6.1.1 --- .github/workflows/test.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dbb6c2fd..29adf56f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -124,7 +124,7 @@ jobs: strategy: matrix: rocm-version: - - '6.0.2' + - '6.1.1' runs-on: linux container: rocm/dev-ubuntu-20.04:${{ matrix.rocm-version }} steps: diff --git a/Dockerfile b/Dockerfile index 72edef2a..98a3ddfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG GOLANG_VERSION=1.22.1 ARG CMAKE_VERSION=3.22.1 # this CUDA_VERSION corresponds with the one specified in docs/gpu.md ARG CUDA_VERSION=11.3.1 -ARG ROCM_VERSION=6.0.2 +ARG ROCM_VERSION=6.1.1 # Copy the minimal context we need to run the generate scripts FROM scratch AS llm-code