fix: Always embed metal library. Closes #1332
This commit is contained in:
parent
f4092e6b46
commit
b3bfea6dbf
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if (LLAMA_BUILD)
|
|||
set(LLAMA_F16C "Off" CACHE BOOL "llama: enable F16C" FORCE)
|
||||
endif()
|
||||
|
||||
if (APPLE AND CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
|
||||
if (APPLE)
|
||||
set(LLAMA_METAL_EMBED_LIBRARY "On" CACHE BOOL "llama: embed metal library" FORCE)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue