Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2021-03-18 06:34:44 +0300
committerMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2021-03-18 06:34:44 +0300
commit8f73923d3134f4799497b7e880963336b8fe4d6b (patch)
tree6c3528a7e1928acfee03708dff49a4f97205ec78 /CHANGELOG.md
parente08c52a8df4be5cf2d21cbb6e1eb3a5dcff0d0e2 (diff)
increase version and update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c0514b8..c3c42920 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
+- Support for MS-internal binary shortlist
- Local/global sharding with MPI training via `--sharding local`
- fp16 support for factors.
- Correct training with fp16 via `--fp16`.