File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Fixes and improvements
6
6
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
+
7
20
## [ v4.4.0] ( https://github.com/OpenNMT/CTranslate2/releases/tag/v4.4.0 ) (2024-09-09)
8
21
** Removed** : Flash Attention support in the Python package due to significant package size increase with minimal performance gain.
9
22
Note: Flash Attention remains supported in the C++ package with the ` WITH_FLASH_ATTN ` option.
Original file line number Diff line number Diff line change 1
1
"""Version information."""
2
2
3
- __version__ = "4.4 .0"
3
+ __version__ = "4.5 .0"
You can’t perform that action at this time.
0 commit comments