1 Commits

Author SHA1 Message Date
Xabier de Zuazo
a84d7ea904 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 #1483.
2024-06-01 09:37:32 +02:00