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

Fix beam search with batch processing in Whisper decoding #2197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 1, 2024

  1. Fix beam search with batch processing in Whisper decoding

    * It ensures that audio features are correctly duplicated across beams for each batch item.
    * Added a test for `decode()` that includes a regression test for this.
    * Update *.github/workflows/test.yml* to run the new test for `decode()` in tiny.
    * This issue was introduced in PR openai#1483.
    zuazo committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a84d7ea View commit details
    Browse the repository at this point in the history