Skip to content

Commit

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

### Fixes and improvements

## [v2.24.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.24.0) (2022-10-03)

### Changes

* The Linux binaries now use the GNU OpenMP runtime instead of Intel OpenMP to workaround an initialization error on systems without `/dev/shm`

### Fixes and improvements

* Fix a memory error when running random sampling on GPU
* Optimize the model loading on multiple GPUs by copying the finalized model weights instead of reading the model from disk multiple times
* In the methods `Translator.translate_iterable` and `Translator.score_iterable`, raise an error if the input iterables don't have the same length
* Fix some compilation warnings

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

### 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.23.0"
__version__ = "2.24.0"

0 comments on commit ecc8267

Please sign in to comment.