Skip to content

Commit

Permalink
bump version 4.2.0 (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhthuc2502 authored Apr 10, 2024
1 parent 28812c1 commit e491a51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

### Fixes and improvements

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

### New features
* Support Flash Attention (#1651)
* Implementation of gemm for FLOAT32 compute type with RUY backend (#1598)
* Conv1D quantization for only CPU (DNNL and CUDA backend is not supported) (#1601)

### Fixes and improvements
* Fix bug tensor parallel (#1643)
* Use BestSampler when temperature is 0 (#1659)
* Fix bug gemma (#1660)
* Optimize loading/unloading time for Translator with cache (#1645)

## [v4.1.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.1.0) (2024-03-11)

### New features
Expand Down
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.1.0"
__version__ = "4.2.0"

0 comments on commit e491a51

Please sign in to comment.