fix cmake build (#5505)

This commit is contained in:
Jeffrey Morgan
2024-07-05 19:07:01 -04:00
committed by GitHub
parent 842f85f758
commit 4fd5f3526a
2 changed files with 17 additions and 13 deletions

View File

@@ -81,6 +81,7 @@ apply_patches() {
build() {
cmake -S ${LLAMACPP_DIR} -B ${BUILD_DIR} ${CMAKE_DEFS}
cmake --build ${BUILD_DIR} ${CMAKE_TARGETS} -j8
cmake --install ${BUILD_DIR} --component ollama_llama_server
}
compress() {