From 53ea98e126b4a8f955b0a6505061c27224413609 Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Sun, 10 Aug 2025 20:07:31 +0000 Subject: [PATCH] :arrow_up: Update ggml-org/whisper.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- backend/go/whisper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/whisper/Makefile b/backend/go/whisper/Makefile index 38c44eb699e2..e2d824d8277a 100644 --- a/backend/go/whisper/Makefile +++ b/backend/go/whisper/Makefile @@ -6,7 +6,7 @@ CMAKE_ARGS?= # whisper.cpp version WHISPER_REPO?=https://github.com/ggml-org/whisper.cpp -WHISPER_CPP_VERSION?=4245c77b654cd384ad9f53a4a302be716b3e5861 +WHISPER_CPP_VERSION?=b02242d0adb5c6c4896d59ac86d9ec9fe0d0fe33 export WHISPER_CMAKE_ARGS?=-DBUILD_SHARED_LIBS=OFF export WHISPER_DIR=$(abspath ./sources/whisper.cpp)