We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4092e6 commit b3bfea6Copy full SHA for b3bfea6
CMakeLists.txt
@@ -18,7 +18,7 @@ if (LLAMA_BUILD)
18
set(LLAMA_F16C "Off" CACHE BOOL "llama: enable F16C" FORCE)
19
endif()
20
21
- if (APPLE AND CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
+ if (APPLE)
22
set(LLAMA_METAL_EMBED_LIBRARY "On" CACHE BOOL "llama: embed metal library" FORCE)
23
24
0 commit comments