Skip to content

Commit a86a580

Browse files
authored
musa: upgrade musa sdk to 4.3.0 (#16240)
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent 0f7c696 commit a86a580

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.devops/musa.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ARG UBUNTU_VERSION=22.04
22
# This needs to generally match the container host's environment.
3-
ARG MUSA_VERSION=rc4.2.0
3+
ARG MUSA_VERSION=rc4.3.0
44
# Target the MUSA build image
5-
ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
5+
ARG BASE_MUSA_DEV_CONTAINER=sh-harbor.mthreads.com/haive/mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
66

7-
ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
7+
ARG BASE_MUSA_RUN_CONTAINER=sh-harbor.mthreads.com/haive/mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
88

99
FROM ${BASE_MUSA_DEV_CONTAINER} AS build
1010

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
476476
ubuntu-22-cmake-musa:
477477
runs-on: ubuntu-22.04
478-
container: mthreads/musa:rc4.2.0-devel-ubuntu22.04-amd64
478+
container: mthreads/musa:rc4.3.0-devel-ubuntu22.04-amd64
479479

480480
steps:
481481
- name: Clone

ci/README-MUSA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run --privileged -it \
2121
-v $HOME/llama.cpp/ci-cache:/ci-cache \
2222
-v $HOME/llama.cpp/ci-results:/ci-results \
2323
-v $PWD:/ws -w /ws \
24-
mthreads/musa:rc4.2.0-devel-ubuntu22.04-amd64
24+
mthreads/musa:rc4.3.0-devel-ubuntu22.04-amd64
2525
```
2626

2727
Inside the container, execute the following commands:

docs/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You may want to pass in some different `ARGS`, depending on the MUSA environment
110110

111111
The defaults are:
112112

113-
- `MUSA_VERSION` set to `rc4.2.0`
113+
- `MUSA_VERSION` set to `rc4.3.0`
114114

115115
The resulting images, are essentially the same as the non-MUSA images:
116116

0 commit comments

Comments
 (0)