fix(crispasr): support long VibeVoice transcripts - #11144
Closed
localai-org-maint-bot wants to merge 1 commit into
Closed
fix(crispasr): support long VibeVoice transcripts#11144localai-org-maint-bot wants to merge 1 commit into
localai-org-maint-bot wants to merge 1 commit into
Conversation
mudler
reviewed
Jul 27, 2026
| 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
2 times, most recently
from
July 27, 2026 22:01
5f3bd22 to
9dd577d
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
localai-org-maint-bot
force-pushed
the
bot/issue-10701-crispasr-long-form
branch
from
July 28, 2026 07:06
9dd577d to
5d4fcc4
Compare
Owner
|
@localai-org-maint-bot PR was merged, point to upstream or close the PR/issue if already fixed |
Collaborator
Author
|
Upstream CrispStrobe/CrispASR#315 merged, and LocalAI #11156 has already updated |
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