Skip to content

Commit 5db4b9e

Browse files
committed
update version
1 parent a4f3923 commit 5db4b9e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.8.0] - 2019-09-04
11+
1012
### Added
1113
- Alias options and new --task option
1214
- Automatic detection of CPU intrisics when building with -arch=native
1315
- First version of BERT-training and BERT-classifier, currently not compatible with TF models
1416
- New reduction operators
1517
- Use Cmake's ExternalProject to build NCCL and potentially other external libs
18+
- Code for Factored Vocabulary, currently not usable yet without outside tools
1619

1720
### Fixed
1821
- Issue with relative paths in automatically generated decoder config files
@@ -25,6 +28,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2528
- Errors due to warnings
2629
- Issue concerning failed saving with single GPU training and --sync-sgd option.
2730
- NaN problem when training with Tensor Cores on Volta GPUs
31+
- Fix pipe-handling
32+
- Fix compilation with GCC 9.1
33+
- Fix CMake build types
2834

2935
### Changed
3036
- Error message when using left-to-right and right-to-left models together in ensembles
@@ -34,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3440
- -DUSE_STATIC_LIBS=on now also looks for static versions of CUDA libraries
3541
- Include NCCL build from github.com/marian-nmt/nccl and compile within source tree
3642
- Set nearly all warnings as errors for Marian's own targets. Disable warnings for 3rd party
43+
- Refactored beam search
3744

3845
## [1.7.0] - 2018-11-27
3946

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.7.12
1+
v1.8.0

0 commit comments

Comments
 (0)