File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ ARG UBUNTU_VERSION=22.04
2
2
# This needs to generally match the container host's environment.
3
3
ARG MUSA_VERSION=4.2.0
4
4
# Target the MUSA build image
5
- ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-mudnn- devel-ubuntu${UBUNTU_VERSION}-amd64
5
+ ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
6
6
7
- ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-mudnn- runtime-ubuntu${UBUNTU_VERSION}-amd64
7
+ ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
8
8
9
9
FROM ${BASE_MUSA_DEV_CONTAINER} AS build
10
10
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ jobs:
515
515
516
516
ubuntu-22-cmake-musa :
517
517
runs-on : ubuntu-22.04
518
- container : mthreads/musa:4.2.0-mudnn- devel-ubuntu22.04-amd64
518
+ container : mthreads/musa:4.2.0-devel-ubuntu22.04-amd64
519
519
520
520
steps :
521
521
- name : Clone
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ docker run --privileged -it \
54
54
-v $HOME /llama.cpp/ci-cache:/ci-cache \
55
55
-v $HOME /llama.cpp/ci-results:/ci-results \
56
56
-v $PWD :/ws -w /ws \
57
- mthreads/musa:4.2.0-mudnn- devel-ubuntu22.04-amd64
57
+ mthreads/musa:4.2.0-devel-ubuntu22.04-amd64
58
58
```
59
59
60
60
Inside the container, execute the following commands:
You can’t perform that action at this time.
0 commit comments