Skip to content

Commit 423492d

Browse files
committed
Release 20240927
1 parent 279133e commit 423492d

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+
## [v20240927](https://github.com/openai/whisper/releases/tag/v20240927)
4+
5+
* pinning numpy<2 in tests ([#2332](https://github.com/openai/whisper/pull/2332))
6+
* Relax triton requirements for compatibility with pytorch 2.4 and newer ([#2307](https://github.com/openai/whisper/pull/2307))
7+
* Skip silence around hallucinations ([#1838](https://github.com/openai/whisper/pull/1838))
8+
* Fix triton env marker ([#1887](https://github.com/openai/whisper/pull/1887))
9+
310
## [v20231117](https://github.com/openai/whisper/releases/tag/v20231117)
411

512
* Relax triton requirements for compatibility with pytorch 2.1 and newer ([#1802](https://github.com/openai/whisper/pull/1802))

whisper/version.py

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

0 commit comments

Comments
 (0)