Files
enginex-ascend-910-llama.cpp/build-ascend.sh

4 lines
128 B
Bash
Raw Normal View History

2025-11-18 14:20:13 +08:00
cmake -B build_ascend \
-DGGML_CANN=on -DCMAKE_BUILD_TYPE=release -DLLAMA_CURL=OFF
cmake --build build_ascend --parellel 16