Skip to content

Commit

Permalink
Release 20240927
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwook committed Sep 27, 2024
1 parent 279133e commit 423492d
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

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

* pinning numpy<2 in tests ([#2332](https://github.com/openai/whisper/pull/2332))
* Relax triton requirements for compatibility with pytorch 2.4 and newer ([#2307](https://github.com/openai/whisper/pull/2307))
* Skip silence around hallucinations ([#1838](https://github.com/openai/whisper/pull/1838))
* Fix triton env marker ([#1887](https://github.com/openai/whisper/pull/1887))

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

* Relax triton requirements for compatibility with pytorch 2.1 and newer ([#1802](https://github.com/openai/whisper/pull/1802))
Expand Down
2 changes: 1 addition & 1 deletion whisper/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "20231117"
__version__ = "20240927"

0 comments on commit 423492d

Please sign in to comment.