Skip to content

Commit 267df4f

Browse files
committedJun 9, 2023
Bump version to 3.15.1
1 parent 8d5c9a6 commit 267df4f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Fixes and improvements
66

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+
714
## [v3.15.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.15.0) (2023-06-06)
815

916
### New features

‎python/ctranslate2/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "3.15.0"
3+
__version__ = "3.15.1"

0 commit comments

Comments
 (0)
Please sign in to comment.