Skip to content

Commit 0527ef7

Browse files
authored
bump version 4.2.1 (#1674)
* bump version 4.2.1 * update requirements.txt for example llama 3
1 parent 042aac7 commit 0527ef7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

55
### Fixes and improvements
66

7+
## [v4.2.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.2.1) (2024-04-24)
8+
9+
Note: Because of the increasing of package's size (> 100 MB), the release v4.2.0 was pushed unsuccessfully.
10+
11+
### New features
12+
* Support load/unload for generator/Whisper Attention (#1670)
13+
14+
### Fixes and improvements
15+
* Fix Llama 3 (#1671)
16+
717
## [v4.2.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.2.0) (2024-04-10)
818

919
### New features

examples/llama3/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ctranslate2>=4.3.0
1+
ctranslate2>=4.2.1
22
transformers[torch]==4.40.*
33
accelerate

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.0"
3+
__version__ = "4.2.1"

0 commit comments

Comments
 (0)