Skip to content

Commit

Permalink
bump version 3.1.2 (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed May 10, 2023
1 parent 47738b0 commit e7b2cf4
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.1.2](https://github.com/OpenNMT/OpenNMT-py/tree/3.1.2) (2023-05-10)
* fixes: transforms (normalize, clean, inlinetags)
* Llama support (rotary embeddings, RMSNorm, Silu activation)
* 8bit loading for specific layers (along with LoRa for other layers)
* subword learner added to build_vocab

## [3.1.1](https://github.com/OpenNMT/OpenNMT-py/tree/3.1.1) (2023-03-30)
* fix major bug in 3.1.0 introduced with LoRa (3.1.0 not available)

Expand Down
2 changes: 1 addition & 1 deletion onmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
__all__ = [onmt.inputters, onmt.encoders, onmt.decoders, onmt.models,
onmt.utils, onmt.modules, "Trainer"]

__version__ = "3.1.1"
__version__ = "3.1.2"
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.1.1',
version='3.1.2',
packages=find_packages(),
project_urls={
"Documentation": "http://opennmt.net/OpenNMT-py/",
Expand Down

0 comments on commit e7b2cf4

Please sign in to comment.