From 36cbe294b2abd1a5cf4334b30cc75d9249007ea6 Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot Date: Wed, 9 Sep 2026 08:51:23 +0200 Subject: [PATCH] chore: :arrow_up: Update ggml-org/whisper.cpp to `c44b60b8053bbf2a5c1e014f11323fb3f2485177` (#11937) :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 bd789a915..49c47b8ae 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?=52a939a2a762224e255d366c1182b2af4dd1a032 +WHISPER_CPP_VERSION?=c44b60b8053bbf2a5c1e014f11323fb3f2485177 SO_TARGET?=libgowhisper.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF