Skip to content

Commit 82aaeba

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devops/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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ jobs:
515515
516516
ubuntu-22-cmake-musa:
517517
runs-on: ubuntu-22.04
518-
container: mthreads/musa:4.2.0-devel-ubuntu22.04-amd64
518+
container: mthreads/musa:rc4.2.0-devel-ubuntu22.04-amd64
519519

520520
steps:
521521
- name: Clone

ci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ docker run --privileged -it \
5454
-v $HOME/llama.cpp/ci-cache:/ci-cache \
5555
-v $HOME/llama.cpp/ci-results:/ci-results \
5656
-v $PWD:/ws -w /ws \
57-
mthreads/musa:4.2.0-devel-ubuntu22.04-amd64
57+
mthreads/musa:rc4.2.0-devel-ubuntu22.04-amd64
5858
```
5959

6060
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 `4.2.0`
113+
- `MUSA_VERSION` set to `rc4.2.0`
114114

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

0 commit comments

Comments
 (0)