From: R0CKSTAR Date: Wed, 26 Mar 2025 07:09:48 +0000 (+0800) Subject: doc: [MUSA] minor changes (#12583) X-Git-Tag: upstream/0.0.5028~68 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fd7855f8f522ab26681b25ae506ff99c654e2dd5;p=pkg%2Fggml%2Fsources%2Fllama.cpp doc: [MUSA] minor changes (#12583) Signed-off-by: Xiaodong Ye --- diff --git a/ci/README.md b/ci/README.md index db4d9066..2d0004b1 100644 --- a/ci/README.md +++ b/ci/README.md @@ -60,7 +60,7 @@ docker run --privileged -it \ Inside the container, execute the following commands: ```bash -apt update -y && apt install -y cmake git python3.10-venv wget +apt update -y && apt install -y bc cmake git python3.10-venv time unzip wget git config --global --add safe.directory /ws GG_BUILD_MUSA=1 bash ./ci/run.sh /ci-results /ci-cache ``` diff --git a/docs/build.md b/docs/build.md index fbf12c76..aa1db9a0 100644 --- a/docs/build.md +++ b/docs/build.md @@ -218,6 +218,7 @@ By default, all supported compute capabilities are enabled. To customize this be ```bash cmake -B build -DGGML_MUSA=ON -DMUSA_ARCHITECTURES="21" +cmake --build build --config Release ``` This configuration enables only compute capability `2.1` (MTT S80) during compilation, which can help reduce compilation time.