Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Feb 3, 2023
1 parent 111b142 commit 8a1df36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

### Fixes and improvements

## [v3.4.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.4.0) (2023-02-03)

### Fixes and improvements

* Fix incorrect vocabulary in M2M100 models after conversion with `transformers>=4.24`
* Fix incorrect model outputs when executing with very large batch sizes on GPU
* Fix memory error in biased decoding: the vector of divergence was read and updated past its length
* Allow setting `prefix_bias_beta` > 0 with `beam_size` == 1
* Prevent timestamps from decreasing during Whisper generation
* Make some error messages more helpful when implementing a custom converter

## [v3.3.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.3.0) (2023-01-02)

### New features
Expand Down
2 changes: 1 addition & 1 deletion python/ctranslate2/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information."""

__version__ = "3.3.0"
__version__ = "3.4.0"

0 comments on commit 8a1df36

Please sign in to comment.