瀏覽代碼

Bump ROCm linux to 6.1.1

Daniel Hiltgen 11 月之前
父節點
當前提交
26ab67732b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/test.yaml
  2. 1 1
      Dockerfile

+ 1 - 1
.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:

+ 1 - 1
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