Skip to content

Commit

Permalink
bump version 4.2.1 (#1674)
Browse files Browse the repository at this point in the history
* bump version 4.2.1

* update requirements.txt for example llama 3
  • Loading branch information
minhthuc2502 authored Apr 24, 2024
1 parent 042aac7 commit 0527ef7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Fixes and improvements

## [v4.2.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.2.1) (2024-04-24)

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

### New features
* Support load/unload for generator/Whisper Attention (#1670)

### Fixes and improvements
* Fix Llama 3 (#1671)

## [v4.2.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.2.0) (2024-04-10)

### New features
Expand Down
2 changes: 1 addition & 1 deletion examples/llama3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ctranslate2>=4.3.0
ctranslate2>=4.2.1
transformers[torch]==4.40.*
accelerate
2 changes: 1 addition & 1 deletion python/ctranslate2/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information."""

__version__ = "4.2.0"
__version__ = "4.2.1"

0 comments on commit 0527ef7

Please sign in to comment.