File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
5
5
## [ 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
6
13
7
14
## [ 3.1.2] ( https://github.com/OpenNMT/OpenNMT-py/tree/3.1.2 ) (2023-05-10)
8
15
* fixes: transforms (normalize, clean, inlinetags)
Original file line number Diff line number Diff line change 23
23
"Trainer" ,
24
24
]
25
25
26
- __version__ = "3.1.2 "
26
+ __version__ = "3.1.3 "
Original file line number Diff line number Diff line change 11
11
description = "A python implementation of OpenNMT" ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
14
- version = "3.1.2 " ,
14
+ version = "3.1.3 " ,
15
15
packages = find_packages (),
16
16
project_urls = {
17
17
"Documentation" : "http://opennmt.net/OpenNMT-py/" ,
You can’t perform that action at this time.
0 commit comments