From e062179d4da7ea09a660b24c78ca473bffc8286a Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:36:41 +0200 Subject: [PATCH] chore: :arrow_up: Update ServeurpersoCom/omnivoice.cpp to `11c67198db58f75bf1bafc9051c2b018aaf1a3da` (#10852) :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 67587a738..ab157167e 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?=98a5d5fb43268fb85c637ac0a29ed67cc6a1f7d9 +OMNIVOICE_VERSION?=11c67198db58f75bf1bafc9051c2b018aaf1a3da SO_TARGET?=libgomnivoicecpp.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF