mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 08:17:03 +00: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