mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +00:00
kompute: fix library loading issues with kp_logger (#1517)
This commit is contained in:
parent
f79557d2aa
commit
9a19c740ee
@ -1 +1 @@
|
||||
Subproject commit 81c24d7b7df0d3564c8563bb769bd0302588fe1f
|
||||
Subproject commit ffe96e1ebf9cdae1dc82b2049d9e45c1875472ab
|
@ -222,6 +222,7 @@ if (LLAMA_KOMPUTE)
|
||||
|
||||
if (EXISTS "${LLAMA_DIR}/kompute/CMakeLists.txt")
|
||||
message(STATUS "Kompute found")
|
||||
set(KOMPUTE_OPT_LOG_LEVEL Error CACHE STRING "Kompute log level")
|
||||
add_subdirectory(${LLAMA_DIR}/kompute)
|
||||
|
||||
# Compile our shaders
|
||||
|
Loading…
Reference in New Issue
Block a user