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 9d06e36 commit fb0b8feCopy full SHA for fb0b8fe
CMakeLists.txt
@@ -70,6 +70,8 @@ if (LLAMA_BUILD)
70
set(GGML_AVX2 "Off" CACHE BOOL "ggml: enable AVX2" FORCE)
71
set(GGML_FMA "Off" CACHE BOOL "gml: enable FMA" FORCE)
72
set(GGML_F16C "Off" CACHE BOOL "gml: enable F16C" FORCE)
73
+
74
+ set(CMAKE_OSX_ARCHITECTURES "arm64" CACHE STRING "Build architecture for OS X" FORCE)
75
endif()
76
77
if (APPLE)
0 commit comments