Whisper server implementation for Windows

This commit is contained in:
Raivis Dejus 2025-06-23 18:47:59 +03:00
commit a1373a7604

View file

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