mirror of
https://github.com/ollama/ollama.git
synced 2026-04-20 07:54:25 +02:00
fix cmake build (#5505)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user