Release 20240930

This commit is contained in:
Jong Wook Kim 2024-09-30 11:20:53 -07:00
parent 260bbcfcb3
commit 25639fc17d
2 changed files with 8 additions and 1 deletions

View File

@ -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))

View File

@ -1 +1 @@
__version__ = "20240927"
__version__ = "20240930"