Skip to content

Commit

Permalink
Bump version to 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jul 3, 2023
1 parent 655ae21 commit 317b344
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.16.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.16.1) (2023-07-03)

### Fixes and improvements

* Fix repeated outputs in version 3.16.0 when using `include_prompt_in_result=False` and a batch input with variable lengths: a typo in the code led to `min_length` being incorrectly applied
* Update the Transformers converter to accept extra tokens for Falcon models
* Release the Python GIL when loading the model
* Initialize the rotary embeddings on the GPU instead of the CPU
* Avoid a copy for the input features passed to the Whisper methods
* Vectorize copy in the Tile CUDA operator

## [v3.16.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.16.0) (2023-06-15)

### 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.16.0"
__version__ = "3.16.1"

0 comments on commit 317b344

Please sign in to comment.