Skip to content

Commit

Permalink
3.4.1 (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Sep 26, 2023
1 parent d61467e commit 9abeed4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

## [Unreleased]

## [3.4.1](https://github.com/OpenNMT/OpenNMT-py/tree/3.4.1) (2023-09-26)

* bug fixes
* torch 2.x requirement (flash attention requires it)
* zero-out the prompt loss in LM finetuning
* batching sorted on src then tgt instead of max len
* six dependancy

## [3.4.0](https://github.com/OpenNMT/OpenNMT-py/tree/3.4.0) (2023-09-06)

* bitsandbytes 4/8 bit quantization at inference
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.0"
__version__ = "3.4.1"
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",
version="3.4.1",
packages=find_packages(),
project_urls={
"Documentation": "http://opennmt.net/OpenNMT-py/",
Expand Down

0 comments on commit 9abeed4

Please sign in to comment.