Release 20231117

This commit is contained in:
Jong Wook Kim 2023-11-17 11:59:28 -08:00
parent 1cea435768
commit e58f288045
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
## [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))
## [v20231106](https://github.com/openai/whisper/releases/tag/v20231106) ## [v20231106](https://github.com/openai/whisper/releases/tag/v20231106)
* large-v3 ([#1761](https://github.com/openai/whisper/pull/1761)) * large-v3 ([#1761](https://github.com/openai/whisper/pull/1761))

View File

@ -1 +1 @@
__version__ = "20231106" __version__ = "20231117"