mirror of
https://github.com/openai/whisper.git
synced 2025-03-30 14:28:27 +00:00

* Bugfix: Illogical "Avoid computing higher temperatures on no_speech" Bugfix for https://github.com/openai/whisper/pull/1279 It's "silence" when decoding has failed due to `compression_ratio_threshold` too, when further down the code it's not "silence" anymore. "Silence" should be only when decoding has failed due to `logprob_threshold`. Like described there:8bc8860694/whisper/transcribe.py (L421)
And in code there:8bc8860694/whisper/transcribe.py (L243-L251)
* Fix if "logprob_threshold=None" --------- Co-authored-by: Jong Wook Kim <jongwook@openai.com>