From: Georgi Gerganov Date: Mon, 29 Sep 2025 09:33:38 +0000 (+0300) Subject: cmake : remove metal flag (llama/0) X-Git-Tag: v0.9.4~13 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f3d690ce6e6aa1c08a44cb185a103db20faf0ea5;p=pkg%2Fggml%2Fsources%2Fggml cmake : remove metal flag (llama/0) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fd0cf838..4699887c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -225,7 +225,6 @@ option(GGML_WEBGPU "ggml: use WebGPU" option(GGML_WEBGPU_DEBUG "ggml: enable WebGPU debug output" OFF) option(GGML_ZDNN "ggml: use zDNN" OFF) option(GGML_METAL "ggml: use Metal" ${GGML_METAL_DEFAULT}) -option(GGML_METAL_USE_BF16 "ggml: use bfloat if available" OFF) option(GGML_METAL_NDEBUG "ggml: disable Metal debugging" OFF) option(GGML_METAL_SHADER_DEBUG "ggml: compile Metal with -fno-fast-math" OFF) option(GGML_METAL_EMBED_LIBRARY "ggml: embed Metal library" ${GGML_METAL})