]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
musa: upgrade musa sdk to 4.3.0 (#16240)
authorR0CKSTAR <redacted>
Fri, 26 Sep 2025 00:56:38 +0000 (08:56 +0800)
committerGitHub <redacted>
Fri, 26 Sep 2025 00:56:38 +0000 (02:56 +0200)
Signed-off-by: Xiaodong Ye <redacted>
.devops/musa.Dockerfile
.github/workflows/build.yml
ci/README-MUSA.md
docs/docker.md

index b0c86dccd5f0785e34d38680a227bf62a9431cf9..ff4ccf44ab73bf740dce44b0ce5211a79f8ae34a 100644 (file)
@@ -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
 
index 4f70232b1777f05c1c652af1190759d2b9e0c47e..9706d2962931d09d4d0c7648a3874c45dbb8db9b 100644 (file)
@@ -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
index bb6ca2a3dc80776651124af1b0b78e63c57815ab..c5e24c5d9e08bd078a085e2717e88a311dbf508f 100644 (file)
@@ -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:
index 543a51f75c4d279334a966d1006ff4c90b636918..bfabf2425a7d6e85f5a96100aeb7597437a527fa 100644 (file)
@@ -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: