Skip to content

Commit

Permalink
bump v3.22.0 (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyendc-systran committed Nov 22, 2023
1 parent 46f57e2 commit d963499
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.22.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.22.0) (2023-11-22)

### New features
* Support "sliding window" and "chunking input" for Mistral

### Fixes and improvements
* Take into account the "generation_config.json" and fix "lang_ids" getter for Whisper converter
* Accept callback even on "generate_tokens" method
* Fix iomp5 linking with latest Intel OpenAPI on Ubuntu
* Fixed "decoder_start_token_id" for T5

## [v3.21.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.21.0) (2023-11-09)

### 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.21.0"
__version__ = "3.22.0"

0 comments on commit d963499

Please sign in to comment.