Skip to content

Commit ad3250a

Browse files
committed
Release 20230308
1 parent c4b50c0 commit ad3250a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

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+
39
## [v20230307](https://github.com/openai/whisper/releases/tag/v20230307)
410

511
* Fix the repetition/hallucination issue identified in #1046 ([#1052](https://github.com/openai/whisper/pull/1052))

whisper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "20230307"
1+
__version__ = "20230308"

0 commit comments

Comments
 (0)