summaryrefslogtreecommitdiffstats
path: root/Whisper/WhisperCLI
Commit message (Collapse)AuthorAge
* Fix beam search previous window conditioningyum2023-03-07
| | | | Not all contexts had `prev_prompt`, causing most beams to misbehave.
* Begin work on evaluation frameworkyum2023-03-03
Need a way to verify that beam search is actually working better than greedy.