mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-24 04:53:02 +00:00
kompute: fix library loading issues with kp_logger (#1517)
This commit is contained in:
Submodule gpt4all-backend/llama.cpp-mainline updated: 81c24d7b7d...ffe96e1ebf
@@ -222,6 +222,7 @@ if (LLAMA_KOMPUTE)
|
|||||||
|
|
||||||
if (EXISTS "${LLAMA_DIR}/kompute/CMakeLists.txt")
|
if (EXISTS "${LLAMA_DIR}/kompute/CMakeLists.txt")
|
||||||
message(STATUS "Kompute found")
|
message(STATUS "Kompute found")
|
||||||
|
set(KOMPUTE_OPT_LOG_LEVEL Error CACHE STRING "Kompute log level")
|
||||||
add_subdirectory(${LLAMA_DIR}/kompute)
|
add_subdirectory(${LLAMA_DIR}/kompute)
|
||||||
|
|
||||||
# Compile our shaders
|
# Compile our shaders
|
||||||
|
Reference in New Issue
Block a user