From 01aa00237f13874dd43587ee49bf3f8444bfc182 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 8 May 2025 15:52:29 +0200 Subject: [PATCH] add libggml-metal Signed-off-by: Ettore Di Giacinto --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8979d6ee..54c2395f 100644 --- a/Makefile +++ b/Makefile @@ -119,6 +119,7 @@ ifeq ($(OS),Darwin) # -lcblas removed: it seems to always be listed as a duplicate flag. CGO_LDFLAGS += -framework Accelerate CMAKE_ARGS+=-DGGML_METAL=ON + CGO_LDFLAGS_WHISPER+=-lggml-metal endif else CGO_LDFLAGS_WHISPER+=-lgomp