Skip to content

Commit

Permalink
Bump version to 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jul 18, 2023
1 parent 77de09b commit 3e51874
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

### Fixes and improvements

## [v3.17.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.17.0) (2023-07-18)

### New features

* Add new computation types: `bfloat16` and `int8_bfloat16` (require a GPU with Compute Capability 8.0 or above)
* Support multi-query attention for encoder-decoder models
* Allow converters to register weights as PyTorch tensors instead of Numpy arrays

### Fixes and improvements

* Pass the flag `trust_remote_code` when loading the tokenizer in the Transformers converter
* Improve performance of T5 models by reusing the same relative position bias in every layers
* Whisper: disable the first timestamp decoding rule when a prefix is used
* Install the CMake configuration in the correct library directory (e.g. some platforms use `lib64` instead of `lib`)

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

### Fixes and improvements
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.16.1"
__version__ = "3.17.0"

0 comments on commit 3e51874

Please sign in to comment.