From 7209457f53ff212add641ed1f0fcef21191105d0 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:52:31 +0100 Subject: [PATCH] chore: :arrow_up: Update ace-step/acestep.cpp to `6f35c874ee11e86d511b860019b84976f5b52d3a` (#9128) :arrow_up: Update ace-step/acestep.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/acestep-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/acestep-cpp/Makefile b/backend/go/acestep-cpp/Makefile index 3dd68307d..4d1530e2f 100644 --- a/backend/go/acestep-cpp/Makefile +++ b/backend/go/acestep-cpp/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # acestep.cpp version ACESTEP_REPO?=https://github.com/ace-step/acestep.cpp -ACESTEP_CPP_VERSION?=7326a7bea0c2037982ec924f7364e998df70450c +ACESTEP_CPP_VERSION?=6f35c874ee11e86d511b860019b84976f5b52d3a SO_TARGET?=libgoacestepcpp.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF