Skip to content

Commit

Permalink
Bump version to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed May 9, 2022
1 parent cc27b78 commit e8fd995
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

### Fixes and improvements

## [v2.17.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.17.0) (2022-05-09)

### New features

* Add a converter for Hugging Face's [Transformers](https://github.com/huggingface/transformers). The following models are currently supported:
* BART
* M2M100
* MarianMT
* MBART
* OpenAI GPT2
* Revisit the OpenNMT-tf converter to better support custom models and configurations:
* Extend the conversion script to accept the training configuration
* Add a new converter class `ctranslate2.converters.OpenNMTTFConverterV2`
* Move all documentation and guides to the [website](https://opennmt.net/CTranslate2) to improve navigation and clarity

### Fixes and improvements

* In text generation, include the start token in the output if it is not the BOS token

## [v2.16.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.16.0) (2022-04-28)

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

0 comments on commit e8fd995

Please sign in to comment.