From 2404326c1ae9b51ff32b45acc9376b6888af6c9b Mon Sep 17 00:00:00 2001 From: Dharma Bellamkonda Date: Tue, 9 Jun 2026 18:07:06 -0600 Subject: [PATCH] Bump whisper.cpp to v1.8.6 Co-Authored-By: Claude Sonnet 4.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94351e29..decb109f 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ WHISPER_CPP_BUILD_DIR = $(WHISPER_CPP_PATH)/build_go LIBWHISPER_PATH = $(WHISPER_CPP_BUILD_DIR)/src/libwhisper.a WHISPER_H_PATH = $(WHISPER_CPP_PATH)/include/whisper.h WHISPER_CPP_REPO = https://github.com/ggml-org/whisper.cpp.git -WHISPER_CPP_VERSION = v1.8.4 +WHISPER_CPP_VERSION = v1.8.6 WHISPER_CPP_CMAKE_ARGS = # Compiler variables and flags