ggerganov commited on
Commit
84007bb
·
1 Parent(s): 5d037b9

sync : fix builds - musa, ruby

Browse files
.devops/main-musa.Dockerfile CHANGED
@@ -1,10 +1,10 @@
1
  ARG UBUNTU_VERSION=22.04
2
  # This needs to generally match the container host's environment.
3
- ARG MUSA_VERSION=rc3.1.1
4
  # Target the MUSA build image
5
- ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
6
  # Target the MUSA runtime image
7
- ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}
8
 
9
  FROM ${BASE_MUSA_DEV_CONTAINER} AS build
10
  WORKDIR /app
 
1
  ARG UBUNTU_VERSION=22.04
2
  # This needs to generally match the container host's environment.
3
+ ARG MUSA_VERSION=rc4.0.1
4
  # Target the MUSA build image
5
+ ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-mudnn-devel-ubuntu${UBUNTU_VERSION}
6
  # Target the MUSA runtime image
7
+ ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-mudnn-runtime-ubuntu${UBUNTU_VERSION}
8
 
9
  FROM ${BASE_MUSA_DEV_CONTAINER} AS build
10
  WORKDIR /app
README.md CHANGED
@@ -386,7 +386,7 @@ Run the inference examples as usual, for example:
386
  ## Moore Threads GPU support
387
 
388
  With Moore Threads cards the processing of the models is done efficiently on the GPU via muBLAS and custom MUSA kernels.
389
- 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
390
 
391
  Now build `whisper.cpp` with MUSA support:
392
 
 
386
  ## Moore Threads GPU support
387
 
388
  With Moore Threads cards the processing of the models is done efficiently on the GPU via muBLAS and custom MUSA kernels.
389
+ 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
390
 
391
  Now build `whisper.cpp` with MUSA support:
392
 
bindings/ruby/ext/options.rb CHANGED
@@ -160,6 +160,7 @@ class Options
160
  bool "GGML_VULKAN_SHADER_DEBUG_INFO"
161
  pending "GGML_VULKAN_VALIDATE"
162
  bool "GGML_VXE"
 
163
  filepath "GIT_EXE"
164
  filepath "MATH_LIBRARY"
165
  filepath "METALKIT_FRAMEWORK"
 
160
  bool "GGML_VULKAN_SHADER_DEBUG_INFO"
161
  pending "GGML_VULKAN_VALIDATE"
162
  bool "GGML_VXE"
163
+ bool "GGML_XTHEADVECTOR"
164
  filepath "GIT_EXE"
165
  filepath "MATH_LIBRARY"
166
  filepath "METALKIT_FRAMEWORK"