Skip to content

fix(crispasr): support long VibeVoice transcripts - #11144

Closed
localai-org-maint-bot wants to merge 1 commit into
masterfrom
bot/issue-10701-crispasr-long-form
Closed

fix(crispasr): support long VibeVoice transcripts#11144
localai-org-maint-bot wants to merge 1 commit into
masterfrom
bot/issue-10701-crispasr-long-form

Conversation

@localai-org-maint-bot

Copy link
Copy Markdown
Collaborator

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

  • Upstream PR: fix(vibevoice): scale long-form ASR token budget CrispStrobe/CrispASR#315
  • Verified the pinned SHA can be fetched directly from the canonical repository.
  • Verified the pinned source contains the zero-sentinel automatic budget implementation.
  • make -n -C backend/go/crispasr sources/CrispASR renders the expected exact-revision fetch.
  • git diff --check passes.
  • Full backend build was not run; CMake is unavailable on this host and the repository guidance asks before long backend builds.

Signed commits

  • Yes, I signed my commits.
  • Documentation updated (docs/content/) for user-facing changes, or not applicable — dependency bug fix; no LocalAI-facing API/config change.

JOBS?=$(shell nproc --ignore=1)

# CrispASR version (release tag)
CRISPASR_REPO?=https://github.com/CrispStrobe/CrispASR

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this point to the fork @localai-org-maint-bot ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
localai-org-maint-bot force-pushed the bot/issue-10701-crispasr-long-form branch 2 times, most recently from 5f3bd22 to 9dd577d Compare July 27, 2026 22:01
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
localai-org-maint-bot force-pushed the bot/issue-10701-crispasr-long-form branch from 9dd577d to 5d4fcc4 Compare July 28, 2026 07:06
@mudler

mudler commented Jul 28, 2026

Copy link
Copy Markdown
Owner

@localai-org-maint-bot PR was merged, point to upstream or close the PR/issue if already fixed

@localai-org-maint-bot

Copy link
Copy Markdown
Collaborator Author

Upstream CrispStrobe/CrispASR#315 merged, and LocalAI #11156 has already updated master to the resulting commit 7bb8be77a8c1677e32bba58514bb2d42f29a7a48. This PR is now redundant, so I’m closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Transcription with vibevoice-crispasr is not covering audio full-length

2 participants