Commit 5db4b9e 1 parent a4f3923 commit 5db4b9e Copy full SHA for 5db4b9e
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.8.0] - 2019-09-04
11
+
10
12
### Added
11
13
- Alias options and new --task option
12
14
- Automatic detection of CPU intrisics when building with -arch=native
13
15
- First version of BERT-training and BERT-classifier, currently not compatible with TF models
14
16
- New reduction operators
15
17
- Use Cmake's ExternalProject to build NCCL and potentially other external libs
18
+ - Code for Factored Vocabulary, currently not usable yet without outside tools
16
19
17
20
### Fixed
18
21
- 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.
25
28
- Errors due to warnings
26
29
- Issue concerning failed saving with single GPU training and --sync-sgd option.
27
30
- 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
28
34
29
35
### Changed
30
36
- 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.
34
40
- -DUSE_STATIC_LIBS=on now also looks for static versions of CUDA libraries
35
41
- Include NCCL build from github.com/marian-nmt/nccl and compile within source tree
36
42
- Set nearly all warnings as errors for Marian's own targets. Disable warnings for 3rd party
43
+ - Refactored beam search
37
44
38
45
## [ 1.7.0] - 2018-11-27
39
46
Original file line number Diff line number Diff line change 1
- v1.7.12
1
+ v1.8.0
You can’t perform that action at this time.
0 commit comments