Skip to content

Commit 25639fc

Browse files
committed
Release 20240930
1 parent 260bbcf commit 25639fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
4+
5+
* allowing numpy 2 in tests ([#2362](https://github.com/openai/whisper/pull/2362))
6+
* large-v3-turbo model ([#2361](https://github.com/openai/whisper/pull/2361))
7+
* test on python/pytorch versions up to 3.12 and 2.4.1 ([#2360](https://github.com/openai/whisper/pull/2360))
8+
* using sdpa if available ([#2359](https://github.com/openai/whisper/pull/2359))
9+
310
## [v20240927](https://github.com/openai/whisper/releases/tag/v20240927)
411

512
* pinning numpy<2 in tests ([#2332](https://github.com/openai/whisper/pull/2332))

whisper/version.py

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

0 commit comments

Comments
 (0)