Skip to content

Commit fd7855f

Browse files
authored
doc: [MUSA] minor changes (#12583)
Signed-off-by: Xiaodong Ye <xiaodong.ye@mthreads.com>
1 parent 53af4db commit fd7855f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docker run --privileged -it \
6060
Inside the container, execute the following commands:
6161

6262
```bash
63-
apt update -y && apt install -y cmake git python3.10-venv wget
63+
apt update -y && apt install -y bc cmake git python3.10-venv time unzip wget
6464
git config --global --add safe.directory /ws
6565
GG_BUILD_MUSA=1 bash ./ci/run.sh /ci-results /ci-cache
6666
```

docs/build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ By default, all supported compute capabilities are enabled. To customize this be
218218

219219
```bash
220220
cmake -B build -DGGML_MUSA=ON -DMUSA_ARCHITECTURES="21"
221+
cmake --build build --config Release
221222
```
222223

223224
This configuration enables only compute capability `2.1` (MTT S80) during compilation, which can help reduce compilation time.

0 commit comments

Comments
 (0)