Skip to content

Commit 173a0d1

Browse files
authored
bump version 4.3.0 (#1701)
1 parent a1eaa71 commit 173a0d1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Fixes and improvements
66

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+
715
## [v4.2.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.2.1) (2024-04-24)
816

917
Note: Because of the increasing of package's size (> 100 MB), the release v4.2.0 was pushed unsuccessfully.

python/ctranslate2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "4.2.1"
3+
__version__ = "4.3.0"

0 commit comments

Comments
 (0)