]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
sync : fix builds - musa, ruby
authorGeorgi Gerganov <redacted>
Tue, 27 May 2025 15:02:37 +0000 (18:02 +0300)
committerGeorgi Gerganov <redacted>
Tue, 27 May 2025 15:03:00 +0000 (18:03 +0300)
.devops/main-musa.Dockerfile
README.md
bindings/ruby/ext/options.rb

index fa17a5a686e75810ea292b55045f23d9aa5c5231..c54b22d70a77d6a3dc54845bd0cccb5a9c9f4da8 100644 (file)
@@ -1,10 +1,10 @@
 ARG UBUNTU_VERSION=22.04
 # This needs to generally match the container host's environment.
-ARG MUSA_VERSION=rc3.1.1
+ARG MUSA_VERSION=rc4.0.1
 # Target the MUSA build image
-ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
+ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-mudnn-devel-ubuntu${UBUNTU_VERSION}
 # Target the MUSA runtime image
-ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}
+ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-mudnn-runtime-ubuntu${UBUNTU_VERSION}
 
 FROM ${BASE_MUSA_DEV_CONTAINER} AS build
 WORKDIR /app
index 44ebc41e5de9a05e2041aa27da55187039c31900..83f30cbca08adf8bd4ecf29c1a472450882b88dd 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 rc3.1.1`: https://developer.mthreads.com/sdk/download/musa?equipment=&os=&driverVersion=&version=rc3.1.1
+First, make sure you have installed `MUSA SDK rc4.0.1`: https://developer.mthreads.com/sdk/download/musa?equipment=&os=&driverVersion=&version=rc4.0.1
 
 Now build `whisper.cpp` with MUSA support:
 
index 9b0fad37ebcbe91eead2adf1c6e099ef27391d7e..09f27e41b90bee580c985dec4d7f9bf56142540d 100644 (file)
@@ -160,6 +160,7 @@ class Options
     bool "GGML_VULKAN_SHADER_DEBUG_INFO"
     pending "GGML_VULKAN_VALIDATE"
     bool "GGML_VXE"
+    bool "GGML_XTHEADVECTOR"
     filepath "GIT_EXE"
     filepath "MATH_LIBRARY"
     filepath "METALKIT_FRAMEWORK"