From a86a580a6692edd1da076d5422f944c344b4fe5e Mon Sep 17 00:00:00 2001 From: R0CKSTAR Date: Fri, 26 Sep 2025 08:56:38 +0800 Subject: [PATCH] musa: upgrade musa sdk to 4.3.0 (#16240) Signed-off-by: Xiaodong Ye --- .devops/musa.Dockerfile | 6 +++--- .github/workflows/build.yml | 2 +- ci/README-MUSA.md | 2 +- docs/docker.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.devops/musa.Dockerfile b/.devops/musa.Dockerfile index b0c86dccd5..ff4ccf44ab 100644 --- a/.devops/musa.Dockerfile +++ b/.devops/musa.Dockerfile @@ -1,10 +1,10 @@ ARG UBUNTU_VERSION=22.04 # This needs to generally match the container host's environment. -ARG MUSA_VERSION=rc4.2.0 +ARG MUSA_VERSION=rc4.3.0 # Target the MUSA build image -ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64 +ARG BASE_MUSA_DEV_CONTAINER=sh-harbor.mthreads.com/haive/mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64 -ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64 +ARG BASE_MUSA_RUN_CONTAINER=sh-harbor.mthreads.com/haive/mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64 FROM ${BASE_MUSA_DEV_CONTAINER} AS build diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f70232b17..9706d29629 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -475,7 +475,7 @@ jobs: ubuntu-22-cmake-musa: runs-on: ubuntu-22.04 - container: mthreads/musa:rc4.2.0-devel-ubuntu22.04-amd64 + container: mthreads/musa:rc4.3.0-devel-ubuntu22.04-amd64 steps: - name: Clone diff --git a/ci/README-MUSA.md b/ci/README-MUSA.md index bb6ca2a3dc..c5e24c5d9e 100644 --- a/ci/README-MUSA.md +++ b/ci/README-MUSA.md @@ -21,7 +21,7 @@ docker run --privileged -it \ -v $HOME/llama.cpp/ci-cache:/ci-cache \ -v $HOME/llama.cpp/ci-results:/ci-results \ -v $PWD:/ws -w /ws \ - mthreads/musa:rc4.2.0-devel-ubuntu22.04-amd64 + mthreads/musa:rc4.3.0-devel-ubuntu22.04-amd64 ``` Inside the container, execute the following commands: diff --git a/docs/docker.md b/docs/docker.md index 543a51f75c..bfabf2425a 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -110,7 +110,7 @@ You may want to pass in some different `ARGS`, depending on the MUSA environment The defaults are: -- `MUSA_VERSION` set to `rc4.2.0` +- `MUSA_VERSION` set to `rc4.3.0` The resulting images, are essentially the same as the non-MUSA images: