Skip to content

Commit f71b62c

Browse files
authored
bump 3.1.3 (#2382)
1 parent 0321711 commit f71b62c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44

55
## [Unreleased]
6+
## [3.1.3](https://github.com/OpenNMT/OpenNMT-py/tree/3.1.3) (2023-05-24)
7+
* Step-by-step Tuto for Vicuna replication thanks Lina
8+
* MosaicML MPT7B converter and support (Alibi embeddings)
9+
* Open Llama converter
10+
* Switch GCLD3 to Fasttext thanks ArtanieTheOne
11+
* fix coverage attention in beam decoding
12+
* fix ct2 keys for "Llama / MPT7B based" OpenNMT-y models
613

714
## [3.1.2](https://github.com/OpenNMT/OpenNMT-py/tree/3.1.2) (2023-05-10)
815
* fixes: transforms (normalize, clean, inlinetags)

onmt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"Trainer",
2424
]
2525

26-
__version__ = "3.1.2"
26+
__version__ = "3.1.3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description="A python implementation of OpenNMT",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
version="3.1.2",
14+
version="3.1.3",
1515
packages=find_packages(),
1616
project_urls={
1717
"Documentation": "http://opennmt.net/OpenNMT-py/",

0 commit comments

Comments
 (0)