Skip to content

Commit

Permalink
Release 20240930
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwook committed Sep 30, 2024
1 parent 260bbcf commit 25639fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [v20240930](https://github.com/openai/whisper/releases/tag/v20240930)

* allowing numpy 2 in tests ([#2362](https://github.com/openai/whisper/pull/2362))
* large-v3-turbo model ([#2361](https://github.com/openai/whisper/pull/2361))
* test on python/pytorch versions up to 3.12 and 2.4.1 ([#2360](https://github.com/openai/whisper/pull/2360))
* using sdpa if available ([#2359](https://github.com/openai/whisper/pull/2359))

## [v20240927](https://github.com/openai/whisper/releases/tag/v20240927)

* pinning numpy<2 in tests ([#2332](https://github.com/openai/whisper/pull/2332))
Expand Down
2 changes: 1 addition & 1 deletion whisper/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "20240927"
__version__ = "20240930"

0 comments on commit 25639fc

Please sign in to comment.