We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1eaa71 commit 173a0d1Copy full SHA for 173a0d1
CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
### Fixes and improvements
6
7
+## [v4.3.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.3.0) (2024-05-17)
8
+
9
+### New features
10
+* Support phi-3 (8k and 128k) (#1700 and #1680)
11
12
+### Fixes and improvements
13
+* Fix regression Flash Attention (#1695)
14
15
## [v4.2.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.2.1) (2024-04-24)
16
17
Note: Because of the increasing of package's size (> 100 MB), the release v4.2.0 was pushed unsuccessfully.
python/ctranslate2/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "4.2.1"
+__version__ = "4.3.0"
0 commit comments