From f0879068bf196b1ee6581010484b4ce9e091690f Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot Date: Mon, 21 Sep 2026 09:32:47 +0200 Subject: [PATCH] chore: :arrow_up: Update ServeurpersoCom/omnivoice.cpp to `ae9dd24b6a5ff72bf50519490092ad14c64627a8` (#12169) :arrow_up: Update ServeurpersoCom/omnivoice.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/omnivoice-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/omnivoice-cpp/Makefile b/backend/go/omnivoice-cpp/Makefile index 090674b94..7446312f1 100644 --- a/backend/go/omnivoice-cpp/Makefile +++ b/backend/go/omnivoice-cpp/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # omnivoice.cpp version OMNIVOICE_REPO?=https://github.com/ServeurpersoCom/omnivoice.cpp -OMNIVOICE_VERSION?=cd6922ac3cb465f1c0a22465e77db21d367204fe +OMNIVOICE_VERSION?=ae9dd24b6a5ff72bf50519490092ad14c64627a8 SO_TARGET?=libgomnivoicecpp.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF