From: Georgi Gerganov Date: Mon, 29 Sep 2025 09:33:38 +0000 (+0300) Subject: cmake : remove metal flag (llama/0) X-Git-Tag: upstream/1.8.0~19 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=320138279258b27bd92b389503abd7728c77d9c6;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp cmake : remove metal flag (llama/0) --- diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index fd0cf838..4699887c 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/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})