From ea60f62d66d4e548bf2b2d2d83f4e2569e6f2db7 Mon Sep 17 00:00:00 2001 From: "mudler's LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Wed, 19 Aug 2026 08:45:27 +0200 Subject: [PATCH] chore: :arrow_up: Update mudler/parakeet.cpp to `e75de9b6b9b688fd293aa22f7e27aa724ea286f8` (#11592) :arrow_up: Update mudler/parakeet.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/parakeet-cpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/go/parakeet-cpp/Makefile b/backend/go/parakeet-cpp/Makefile index ec4780bbf..8fc14bcb8 100644 --- a/backend/go/parakeet-cpp/Makefile +++ b/backend/go/parakeet-cpp/Makefile @@ -1,6 +1,6 @@ # parakeet-cpp backend Makefile. # -# Upstream pin lives below as PARAKEET_VERSION?=1bfbebfaaf493866f49597cd3b7901959d395c60 +# Upstream pin lives below as PARAKEET_VERSION?=e75de9b6b9b688fd293aa22f7e27aa724ea286f8 # (.github/bump_deps.sh) can find and update it - matches the # whisper.cpp / ds4 / vibevoice-cpp convention. # @@ -15,7 +15,7 @@ # That's what the L0 smoke test uses. The default target below does the # proper clone-at-pin + cmake build so CI doesn't need a side-checkout. -PARAKEET_VERSION?=1bfbebfaaf493866f49597cd3b7901959d395c60 +PARAKEET_VERSION?=e75de9b6b9b688fd293aa22f7e27aa724ea286f8 PARAKEET_REPO?=https://github.com/mudler/parakeet.cpp GOCMD?=go