Skip to content

Commit 0c1e4f4

Browse files
committed
musa: restore rc in docker image tag
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent d92a7bb commit 0c1e4f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devops/main-musa.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBUNTU_VERSION=22.04
22
# This needs to generally match the container host's environment.
3-
ARG MUSA_VERSION=4.2.0
3+
ARG MUSA_VERSION=rc4.2.0
44
# Target the MUSA build image
55
ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
66
# Target the MUSA runtime image

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Run the inference examples as usual, for example:
386386
## Moore Threads GPU support
387387

388388
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 4.2.0`: https://developer.mthreads.com/sdk/download/musa?equipment=&os=&driverVersion=&version=4.2.0
389+
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
390390

391391
Now build `whisper.cpp` with MUSA support:
392392

0 commit comments

Comments
 (0)