🔖 Bump ik-llama.cpp version to r4107.738dc60b-1

This commit is contained in:
Orion 2026-01-11 14:17:39 +00:00
parent 135dc6398e
commit 1277c5e4ba

View file

@ -96,6 +96,12 @@ build() {
)
fi
# 允许用户自定义构建选项
if [[ -n "$LLAMA_BUILD_EXTRA_ARGS" ]]; then
msg2 "Applied custom CMake build args: $LLAMA_BUILD_EXTRA_ARGS"
_cmake_options+=($LLAMA_BUILD_EXTRA_ARGS)
fi
cmake "${_cmake_options[@]}"
cmake --build build --config Release -- -j $(nproc)
}