Skip to content

Commit

Permalink
bump_version_4.5.0 (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhthuc2502 authored Oct 22, 2024
1 parent 26fa641 commit 383d063
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

## [v4.5.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.5.0) (2024-10-22)
Note: The Ctranslate2 Python package now supports CUDNN 9 and is no longer compatible with CUDNN 8.

### New features
* Support Phi3 (#1800)
* Support Mistral Nemo (#1785)
* Support Wav2Vec2Bert ASR (#1778)

### Fixes and improvements
* Upgrade to CUDNN9 (#1803)
* Fix logits vocab (#1786 + #1791)
* Update doc AWQ (#1795)

## [v4.4.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.4.0) (2024-09-09)
**Removed**: Flash Attention support in the Python package due to significant package size increase with minimal performance gain.
Note: Flash Attention remains supported in the C++ package with the `WITH_FLASH_ATTN` option.
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__ = "4.4.0"
__version__ = "4.5.0"

0 comments on commit 383d063

Please sign in to comment.