File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 44
55### Fixes and improvements
66
7+ ## [ v4.5.0] ( https://github.com/OpenNMT/CTranslate2/releases/tag/v4.5.0 ) (2024-10-22)
8+ Note: The Ctranslate2 Python package now supports CUDNN 9 and is no longer compatible with CUDNN 8.
9+
10+ ### New features
11+ * Support Phi3 (#1800 )
12+ * Support Mistral Nemo (#1785 )
13+ * Support Wav2Vec2Bert ASR (#1778 )
14+
15+ ### Fixes and improvements
16+ * Upgrade to CUDNN9 (#1803 )
17+ * Fix logits vocab (#1786 + #1791 )
18+ * Update doc AWQ (#1795 )
19+
720## [ v4.4.0] ( https://github.com/OpenNMT/CTranslate2/releases/tag/v4.4.0 ) (2024-09-09)
821** Removed** : Flash Attention support in the Python package due to significant package size increase with minimal performance gain.
922Note: Flash Attention remains supported in the C++ package with the ` WITH_FLASH_ATTN ` option.
Original file line number Diff line number Diff line change 11"""Version information."""
22
3- __version__ = "4.4 .0"
3+ __version__ = "4.5 .0"
You can’t perform that action at this time.
0 commit comments