We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cea435 commit e58f288Copy full SHA for e58f288
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## [v20231117](https://github.com/openai/whisper/releases/tag/v20231117)
4
+
5
+* Relax triton requirements for compatibility with pytorch 2.1 and newer ([#1802](https://github.com/openai/whisper/pull/1802))
6
7
## [v20231106](https://github.com/openai/whisper/releases/tag/v20231106)
8
9
* large-v3 ([#1761](https://github.com/openai/whisper/pull/1761))
whisper/version.py
@@ -1 +1 @@
-__version__ = "20231106"
+__version__ = "20231117"
0 commit comments