]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
doc: [MUSA] minor changes (#12583)
authorR0CKSTAR <redacted>
Wed, 26 Mar 2025 07:09:48 +0000 (15:09 +0800)
committerGitHub <redacted>
Wed, 26 Mar 2025 07:09:48 +0000 (09:09 +0200)
Signed-off-by: Xiaodong Ye <redacted>
ci/README.md
docs/build.md

index db4d9066816e87a9465a0a656efc5a1af2e9b4ea..2d0004b18c622065cae2dbc328f1c69714248ea9 100644 (file)
@@ -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
 ```
index fbf12c7664d505e9fb901063c941423fc9597a64..aa1db9a04713037e269caa8d0d694e68c647ca17 100644 (file)
@@ -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.