Skip to content

Commit

Permalink
Update changelog for new release 4.0.0 (#1623)
Browse files Browse the repository at this point in the history
Co-authored-by: thucpham <minhthuc.pham@systrangroup.com>
  • Loading branch information
minhthuc2502 and thucpham authored Feb 15, 2024
1 parent a4d7820 commit 61492e0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,28 @@

### Fixes and improvements

## [v3.24.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.23.0) (2024-01-08)
## [v4.0.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.0.0) (2024-02-15)

This major version introduces the breaking change while updating to cuda 12.

### Breaking changes

### Python

* Support cuda 12

### New features

* Add feature to_device() in class StorageView in Python to move data between host <-> device

### Fixes and improvements

* Implement Conv1D with im2col and GEMM to improvement in performance
* Get tokens in the range of the vocab size for LlaMa models
* Fix loss of performance
* Update cibuildwheel to 2.16.5

## [v3.24.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v3.24.0) (2024-01-08)

### New features
* Support of new option offset to ignore token score of special tokens
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__ = "3.24.0"
__version__ = "4.0.0"
2 changes: 1 addition & 1 deletion tools/benchmark/opus_mt_ende/marian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.2.2-devel-ubuntu20.04 as builder
FROM nvidia/cuda:12.2.2-devel-ubuntu20.04 as builder

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 61492e0

Please sign in to comment.