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 4b13964 commit 6e52096Copy full SHA for 6e52096
1 file changed
CMakeLists.txt
@@ -101,6 +101,7 @@ if (LLAMA_BUILD)
101
102
# Metal settings (enable for both architectures)
103
set(GGML_METAL "ON" CACHE BOOL "ggml: enable Metal" FORCE)
104
+ set(GGML_METAL_USE_BF16 "ON" CACHE BOOL "ggml: use bfloat if available" FORCE)
105
set(GGML_METAL_EMBED_LIBRARY "ON" CACHE BOOL "ggml: embed metal library" FORCE)
106
endif()
107
0 commit comments