From c4c5849cea1a4358fb33d032630d63e15e6cac0d Mon Sep 17 00:00:00 2001 From: "mudler's LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:49:51 +0200 Subject: [PATCH] chore: :arrow_up: Update localai-org/ced.cpp to `db5aae02973a745722d6fbd2157cab1999106777` (#11037) :arrow_up: Update localai-org/ced.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/ced/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/go/ced/Makefile b/backend/go/ced/Makefile index bdd5e5dfe..6274b8cf6 100644 --- a/backend/go/ced/Makefile +++ b/backend/go/ced/Makefile @@ -1,6 +1,6 @@ # ced sound-classification backend Makefile. # -# Upstream pin lives below as CED_VERSION?= so .github/bump_deps.sh can find +# Upstream pin lives below as CED_VERSION?=db5aae02973a745722d6fbd2157cab1999106777 # and update it (matches the parakeet-cpp / whisper.cpp convention). # # Local dev shortcut: symlink an out-of-tree ced.cpp shared build + header and @@ -9,7 +9,7 @@ # ln -sf /path/to/ced.cpp/include/ced_capi.h . # go build -o ced-grpc . -CED_VERSION?=c04ac14b7992d00584d9e812c9bb6268598a6ce7 +CED_VERSION?=db5aae02973a745722d6fbd2157cab1999106777 CED_REPO?=https://github.com/localai-org/ced.cpp GOCMD?=go