8000 fix: Always embed metal library. Closes #1332 · levvic/llama-cpp-python@b3bfea6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3bfea6

Browse files
committed
fix: Always embed metal library. Closes abetlen#1332
1 parent f4092e6 commit b3bfea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (LLAMA_BUILD)
1818
set(LLAMA_F16C "Off" CACHE BOOL "llama: enable F16C" FORCE)
1919
endif()
2020

21-
if (APPLE AND CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
21+
if (APPLE)
2222
set(LLAMA_METAL_EMBED_LIBRARY "On" CACHE BOOL "llama: embed metal library" FORCE)
2323
endif()
2424

0 commit comments

Comments
 (0)
0