Skip to content

Commit

Permalink
Bump version to 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jul 20, 2023
1 parent 00f615f commit 4978339
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Fixes and improvements

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

### Fixes and improvements

* Fix an error when running models with the new `int8_bfloat16` computation type
* Fix a vocabulary error when converting Llama 2 models with the Transformers converter
* Update the Transformers converter to correctly convert Llama models using GQA
* Stop the decoding when the generator returned by the method `generate_tokens` is closed

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

### 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.17.0"
__version__ = "3.17.1"

0 comments on commit 4978339

Please sign in to comment.