We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b50c0 commit ad3250aCopy full SHA for ad3250a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## [v20230308](https://github.com/openai/whisper/releases/tag/v20230308)
4
+
5
+* kwargs in decode() for convenience ([#1061](https://github.com/openai/whisper/pull/1061))
6
+* fix all_tokens handling that caused more repetitions and discrepancy in JSON ([#1060](https://github.com/openai/whisper/pull/1060))
7
+* fix typo in CHANGELOG.md
8
9
## [v20230307](https://github.com/openai/whisper/releases/tag/v20230307)
10
11
* Fix the repetition/hallucination issue identified in #1046 ([#1052](https://github.com/openai/whisper/pull/1052))
whisper/version.py
@@ -1 +1 @@
-__version__ = "20230307"
+__version__ = "20230308"
0 commit comments