Merge branch 'main' into main

This commit is contained in:
Matteo Fasulo 2023-11-19 19:16:03 +01:00 committed by GitHub
commit e12d878dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

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

View File

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