We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5c9a6 commit 267df4fCopy full SHA for 267df4f
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
### Fixes and improvements
6
7
+## [v3.15.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.15.1) (2023-06-09)
8
+
9
+### Fixes and improvements
10
11
+* Fix an error when using the new `static_prompt` argument in the methods `generate_tokens` and `generate_batch`
12
+* Improve the performance of models using ALiBi
13
14
## [v3.15.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.15.0) (2023-06-06)
15
16
### New features
python/ctranslate2/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "3.15.0"
+__version__ = "3.15.1"
0 commit comments