mirror of
https://github.com/openai/whisper.git
synced 2025-11-26 23:46:09 +00:00
* 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 #1483.