From 5c5e537b312ed4c5284bf863bb736b78b4f6a291 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:22:53 +0100 Subject: [PATCH] chore: :arrow_up: Update ace-step/acestep.cpp to `15740f4301b3ec3020875f1fb975a6cfdb2f6767` (#9038) :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 383ca8459..ddaee76a6 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?=5aa065445541094cba934299cd498bbb9fa5c434 +ACESTEP_CPP_VERSION?=15740f4301b3ec3020875f1fb975a6cfdb2f6767 SO_TARGET?=libgoacestepcpp.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF