Skip to content

Commit

Permalink
Bump version to 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jun 23, 2022
1 parent 0978d06 commit 4908b9d
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

## [v2.19.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.19.1) (2022-06-23)

### Fixes and improvements

* Fix missing final bias in some MarianMT models converted from Transformers
* Fix missing final layer normalization in OPT models converted from Transformers
* Fix error when converting OpenNMT-tf V1 checkpoints with the new OpenNMT-tf converter
* Reduce model conversion memory usage when the loaded weights are in FP16 and the model is converted with quantization
* Add missing C++ type `ctranslate2::float16_t` in the public headers that is required to use some functions
* Fix some Python typing annotations

## [v2.19.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.19.0) (2022-06-08)

### 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__ = "2.19.0"
__version__ = "2.19.1"

0 comments on commit 4908b9d

Please sign in to comment.