docs(asr): document VRAM-vs-audio-duration limits and add chunked inf…#377
Open
AviArora02-commits wants to merge 1 commit intomicrosoft:mainfrom
Open
Conversation
…erence script Fixes microsoft#367
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.
Closes #367
Problem
docs/vibevoice-asr.mdstates "60-minute single-pass processing" without VRAMqualification. On RTX 4090 (24 GB), default
sdpaOOMs beyond ~30 min(empirically: 30 min → ✅ ~22 GB peak; 50 min → ❌ OOM).
Changes
docs/vibevoice-asr.md: Add Hardware Requirements section documentingthe VRAM-vs-duration relationship and recommending
flash_attention_2for≤24 GB GPUs.
demo/vibevoice_asr_chunked_inference.py: Minimal chunked inference scriptfor GPUs where flash-attn is unavailable.
Notes
globally consistent); this is documented inline.