]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
musa: upgrade musa sdk to rc4.2.0 (#3324)
authorR0CKSTAR <redacted>
Thu, 24 Jul 2025 10:19:57 +0000 (18:19 +0800)
committerGitHub <redacted>
Thu, 24 Jul 2025 10:19:57 +0000 (13:19 +0300)
* musa: upgrade musa sdk to 4.2.0

Signed-off-by: Xiaodong Ye <redacted>
* musa: restore rc in docker image tag

Signed-off-by: Xiaodong Ye <redacted>
---------

Signed-off-by: Xiaodong Ye <redacted>
.devops/main-musa.Dockerfile
README.md

index 0c9be7c3e6e563f1c8021f5fa5780da60184d655..026791e3f89a6b9fd44103348fcb6a4b6c886a11 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.0.1
+ARG MUSA_VERSION=rc4.2.0
 # Target the MUSA build image
-ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-mudnn-devel-ubuntu${UBUNTU_VERSION}
+ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
 # Target the MUSA runtime image
-ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-mudnn-runtime-ubuntu${UBUNTU_VERSION}
+ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
 
 FROM ${BASE_MUSA_DEV_CONTAINER} AS build
 WORKDIR /app
index 6b81a54f7d88ba91d3d06e3f26d38eb586d23963..e6c07bbcb00974063a84dd6dd36d0b8d61fa2964 100644 (file)
--- a/README.md
+++ b/README.md
@@ -386,7 +386,7 @@ Run the inference examples as usual, for example:
 ## Moore Threads GPU support
 
 With Moore Threads cards the processing of the models is done efficiently on the GPU via muBLAS and custom MUSA kernels.
-First, make sure you have installed `MUSA SDK rc4.0.1`: https://developer.mthreads.com/sdk/download/musa?equipment=&os=&driverVersion=&version=4.0.1
+First, make sure you have installed `MUSA SDK rc4.2.0`: https://developer.mthreads.com/sdk/download/musa?equipment=&os=&driverVersion=&version=4.2.0
 
 Now build `whisper.cpp` with MUSA support: