mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-27 03:55:20 +00:00
doc: [MUSA] minor changes (#12583)
Signed-off-by: Xiaodong Ye <xiaodong.ye@mthreads.com>
This commit is contained in:
@ -60,7 +60,7 @@ docker run --privileged -it \
|
|||||||
Inside the container, execute the following commands:
|
Inside the container, execute the following commands:
|
||||||
|
|
||||||
```bash
|
```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
|
git config --global --add safe.directory /ws
|
||||||
GG_BUILD_MUSA=1 bash ./ci/run.sh /ci-results /ci-cache
|
GG_BUILD_MUSA=1 bash ./ci/run.sh /ci-results /ci-cache
|
||||||
```
|
```
|
||||||
|
@ -218,6 +218,7 @@ By default, all supported compute capabilities are enabled. To customize this be
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cmake -B build -DGGML_MUSA=ON -DMUSA_ARCHITECTURES="21"
|
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.
|
This configuration enables only compute capability `2.1` (MTT S80) during compilation, which can help reduce compilation time.
|
||||||
|
Reference in New Issue
Block a user