Skip to content

Commit

Permalink
bump 3.1.3 (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed May 24, 2023
1 parent 0321711 commit f71b62c
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.3](https://github.com/OpenNMT/OpenNMT-py/tree/3.1.3) (2023-05-24)
* Step-by-step Tuto for Vicuna replication thanks Lina
* MosaicML MPT7B converter and support (Alibi embeddings)
* Open Llama converter
* Switch GCLD3 to Fasttext thanks ArtanieTheOne
* fix coverage attention in beam decoding
* fix ct2 keys for "Llama / MPT7B based" OpenNMT-y models

## [3.1.2](https://github.com/OpenNMT/OpenNMT-py/tree/3.1.2) (2023-05-10)
* fixes: transforms (normalize, clean, inlinetags)
Expand Down
2 changes: 1 addition & 1 deletion onmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"Trainer",
]

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

0 comments on commit f71b62c

Please sign in to comment.