Release 20230308

This commit is contained in:
Jong Wook Kim 2023-03-08 15:48:57 -08:00
parent c4b50c0824
commit ad3250a846
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# CHANGELOG
## [v20230308](https://github.com/openai/whisper/releases/tag/v20230308)
* kwargs in decode() for convenience ([#1061](https://github.com/openai/whisper/pull/1061))
* fix all_tokens handling that caused more repetitions and discrepancy in JSON ([#1060](https://github.com/openai/whisper/pull/1060))
* fix typo in CHANGELOG.md
## [v20230307](https://github.com/openai/whisper/releases/tag/v20230307)
* Fix the repetition/hallucination issue identified in #1046 ([#1052](https://github.com/openai/whisper/pull/1052))

View File

@ -1 +1 @@
__version__ = "20230307"
__version__ = "20230308"