4 lines
128 B
Bash
4 lines
128 B
Bash
|
|
cmake -B build_ascend \
|
||
|
|
-DGGML_CANN=on -DCMAKE_BUILD_TYPE=release -DLLAMA_CURL=OFF
|
||
|
|
cmake --build build_ascend --parellel 16
|