File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ v20230314] ( https://github.com/openai/whisper/releases/tag/v20230314 )
4+
5+ * abort find_alignment on empty input ([ #1090 ] ( https://github.com/openai/whisper/pull/1090 ) )
6+ * Fix truncated words list when the replacement character is decoded ([ #1089 ] ( https://github.com/openai/whisper/pull/1089 ) )
7+ * fix github language stats getting dominated by jupyter notebook ([ #1076 ] ( https://github.com/openai/whisper/pull/1076 ) )
8+ * Fix alignment between the segments and the list of words ([ #1087 ] ( https://github.com/openai/whisper/pull/1087 ) )
9+ * Use tiktoken ([ #1044 ] ( https://github.com/openai/whisper/pull/1044 ) )
10+
311## [ v20230308] ( https://github.com/openai/whisper/releases/tag/v20230308 )
412
513* kwargs in decode() for convenience ([ #1061 ] ( https://github.com/openai/whisper/pull/1061 ) )
Original file line number Diff line number Diff line change 1- __version__ = "20230308 "
1+ __version__ = "20230314 "
You can’t perform that action at this time.
0 commit comments