Skip to content

Commit

Permalink
v3.4.3 (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Nov 2, 2023
1 parent 10ccb92 commit 7171a31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

## [Unreleased]

## [3.4.3](https://github.com/OpenNMT/OpenNMT-py/tree/3.4.3) (2023-11-2)

* Further improvements to beam search and decoding
* New indexing "in bucket" for faster inference cf #2496
* Code cleanup
* Fix int8 for CPU dynamic quantization (still slow...)

## [3.4.2](https://github.com/OpenNMT/OpenNMT-py/tree/3.4.2) (2023-10-20)

* torch 2.1 (scaled_dot_product improvements)
Expand Down
2 changes: 1 addition & 1 deletion onmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
onmt.modules,
]

__version__ = "3.4.2"
__version__ = "3.4.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description="A python implementation of OpenNMT",
long_description=long_description,
long_description_content_type="text/markdown",
version="3.4.2",
version="3.4.3",
packages=find_packages(),
project_urls={
"Documentation": "http://opennmt.net/OpenNMT-py/",
Expand Down

0 comments on commit 7171a31

Please sign in to comment.