From 5d4fcc43e529aa06a361c5578dc250c8d57440a0 Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:30:24 +0000 Subject: [PATCH] fix(crispasr): support long VibeVoice transcripts Pin CrispASR to the VibeVoice duration-scaled generation budget fix so long diarized transcripts are not truncated at 512 tokens. Fetch the exact pinned revision so the dependent upstream pull request commit is available before merge. Assisted-by: Codex:gpt-5 --- backend/go/crispasr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/crispasr/Makefile b/backend/go/crispasr/Makefile index 456c3c2ddf81..64c1e4072771 100644 --- a/backend/go/crispasr/Makefile +++ b/backend/go/crispasr/Makefile @@ -58,7 +58,7 @@ sources/CrispASR: cd sources/CrispASR && \ git init && \ git remote add origin $(CRISPASR_REPO) && \ - git fetch origin && \ + git fetch origin $(CRISPASR_VERSION) && \ git checkout $(CRISPASR_VERSION) && \ git submodule update --init --recursive --depth 1 --single-branch -- \ ggml third_party/c2pa-audio