From a1373a760449ffa72c6cbfb7599541399e4bbd34 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Mon, 23 Jun 2025 18:47:59 +0300 Subject: [PATCH] Whisper server implementation for Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f03a1e39..94a8440f 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ else endif ifeq ($(shell uname -m), arm64) ifeq ($(shell uname -s), Darwin) - cd buzz && ctypesgen ../whisper.cpp/whisper.h -lwhisper-coreml -o whisper_cpp_coreml.py + cd buzz && ctypesgen ../whisper.cpp/include/whisper.h -I../whisper.cpp/ggml/include -lwhisper-coreml -o ./whisper_cpp_coreml/whisper_cpp_coreml.py endif endif