Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whisper timestamp fix #1918

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

RyanMetcalfeInt8
Copy link
Contributor

@RyanMetcalfeInt8 RyanMetcalfeInt8 commented Mar 13, 2025

Closes #1855

@github-actions github-actions bot added the category: whisper Whisper pipeline label Mar 13, 2025
@ilya-lavrenov ilya-lavrenov added this to the 2025.2 milestone Mar 14, 2025
@ilya-lavrenov ilya-lavrenov added the bug Something isn't working label Mar 14, 2025
@RyanMetcalfeInt8
Copy link
Contributor Author

Just added 1 more commit here that aligns the logic between static / dynamic whisper pipelines when it comes to overall produced tokens & max_new_tokens. This if statement was removed from dynamic whisper pipeline some time back, but not from static pipeline... which causes really long audio segments processed by NPU to stop before transcribing the entire duration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working category: whisper Whisper pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Whisper Pipeline] WhisperDecodedResultChunk::start_ts and end_ts without offset?
3 participants