fix(crispasr): support long VibeVoice transcripts - #11144
Open
localai-org-maint-bot wants to merge 2 commits into
Open
fix(crispasr): support long VibeVoice transcripts#11144localai-org-maint-bot wants to merge 2 commits into
localai-org-maint-bot wants to merge 2 commits into
Conversation
mudler
reviewed
Jul 27, 2026
| @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) | |||
|
|
|||
| # CrispASR version (release tag) | |||
| CRISPASR_REPO?=https://github.com/CrispStrobe/CrispASR | |||
Owner
There was a problem hiding this comment.
shouldn't this point to the fork @localai-org-maint-bot ?
Collaborator
Author
There was a problem hiding this comment.
Fixed in 5f3bd22: the backend now fetches the pinned CrispASR commit from localai-org-maint-bot/CrispASR, where that commit exists. The expanded Makefile fetch command and diff checks pass.
localai-org-maint-bot
force-pushed
the
bot/issue-10701-crispasr-long-form
branch
from
July 27, 2026 21:03
70aab26 to
a0a285e
Compare
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
The long-form VibeVoice fix is not yet in the upstream repository, so fetch the pinned commit from the maintainer bot fork that owns it. Assisted-by: Codex:gpt-5
localai-org-maint-bot
force-pushed
the
bot/issue-10701-crispasr-long-form
branch
from
July 27, 2026 22:01
5f3bd22 to
9dd577d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #10701.
Pins CrispASR to the fix from CrispStrobe/CrispASR#315. VibeVoice now scales its automatic generation budget with audio duration instead of truncating every transcript at 512 generated tokens, while explicit session overrides remain exact.
The source fetch now requests the exact pinned revision so the dependency commit is available while the upstream PR is under review.
Notes for Reviewers
make -n -C backend/go/crispasr sources/CrispASRrenders the expected exact-revision fetch.git diff --checkpasses.Signed commits