Skip to content

Commit

Permalink
v3.4 (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Sep 6, 2023
1 parent 16aaba8 commit eb24258
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@

## [Unreleased]

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

* bitsandbytes 4/8 bit quantization at inference
* MMLU-FR results and scoring
* flan-T5 support
* flash attention
* terminology transform
* tensor parallelism (inference, training)

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

* Switch to pytorch 2.0.1
* Eval LLM with MMLU benchmark
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.3.0"
__version__ = "3.4.0"
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.3",
version="3.4",
packages=find_packages(),
project_urls={
"Documentation": "http://opennmt.net/OpenNMT-py/",
Expand Down

0 comments on commit eb24258

Please sign in to comment.