File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ v20231105] ( https://github.com/openai/whisper/releases/tag/v20231105 )
4+
5+ * remove tiktoken pin ([ #1759 ] ( https://github.com/openai/whisper/pull/1759 ) )
6+ * docs: Disambiguation of the term "relative speed" in the README ([ #1751 ] ( https://github.com/openai/whisper/pull/1751 ) )
7+ * allow_pickle=False while loading of mel matrix IN audio.py ([ #1511 ] ( https://github.com/openai/whisper/pull/1511 ) )
8+ * handling transcribe exceptions. ([ #1682 ] ( https://github.com/openai/whisper/pull/1682 ) )
9+ * Add new option to generate subtitles by a specific number of words ([ #1729 ] ( https://github.com/openai/whisper/pull/1729 ) )
10+ * Fix exception when an audio file with no speech is provided ([ #1396 ] ( https://github.com/openai/whisper/pull/1396 ) )
11+
312## [ v20230918] ( https://github.com/openai/whisper/releases/tag/v20230918 )
413
514* Add .pre-commit-config.yaml ([ #1528 ] ( https://github.com/openai/whisper/pull/1528 ) )
Original file line number Diff line number Diff line change 1- __version__ = "20230918 "
1+ __version__ = "20231105 "
You can’t perform that action at this time.
0 commit comments