From 967c2727e35a030e25f86570b026d94c5eb3b5c8 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:40:59 +0200 Subject: [PATCH] chore: :arrow_up: Update ggml-org/whisper.cpp to `32be14f8ebfc0498c2c619182f0d7f4c822d52c4` (#6354) :arrow_up: Update ggml-org/whisper.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@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 77ca968ab..98d7376d3 100644 --- a/backend/go/whisper/Makefile +++ b/backend/go/whisper/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # whisper.cpp version WHISPER_REPO?=https://github.com/ggml-org/whisper.cpp -WHISPER_CPP_VERSION?=44fa2f647cf2a6953493b21ab83b50d5f5dbc483 +WHISPER_CPP_VERSION?=32be14f8ebfc0498c2c619182f0d7f4c822d52c4 CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF