Skip to content

Commit

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

### Fixes and improvements

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

* Support BLOOM language models
* Add method `Whisper.align` to return the text/audio alignment and implement word-level timestamps

### Fixes and improvements

* Do not force `intra_threads` to 1 when loading a model on the GPU as some ops may still run on the CPU
* Disable multithreading when copying a batch of small arrays

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

### 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.8.0"
__version__ = "3.9.0"

0 comments on commit a227187

Please sign in to comment.