cmake : remove metal flag (llama/0)

This commit is contained in:
Georgi Gerganov 2025-09-29 12:33:38 +03:00
parent 112e10f2e4
commit 3201382792
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 0 additions and 1 deletions

View File

@ -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})