mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-19 09:15:04 +02:00
nits
This commit is contained in:
@@ -75,6 +75,11 @@ add_custom_target(${TARGET} ALL
|
||||
VERBATIM
|
||||
)
|
||||
|
||||
# building llama-server should also pull the binary (for convenience)
|
||||
if (TARGET llama-server)
|
||||
add_dependencies(llama-server ${TARGET})
|
||||
endif()
|
||||
|
||||
if (LLAMA_TOOLS_INSTALL)
|
||||
install(PROGRAMS "${LLAMA_CONNECT_OUT_DIR}/${LLAMA_CONNECT_BINARY}" TYPE BIN)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user