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>2018-12-08 01:46:48 +0300
committerMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2018-12-08 01:46:48 +0300
commit96c9325b2f1675fd5f4367fc0e2970a0364b9c65 (patch)
treea7e7ee52fa05e83ec73e4bafd04676af6f774919
parentcacbcfdf7f6c643893678ecc9d64bc028847579c (diff)
bump to version 1.7.5
-rw-r--r--CHANGELOG.md1
-rw-r--r--VERSION2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 307a0dce..a4eb5706 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed issue concerning failed saving with single GPU training and --sync-sgd option.
### Changed
+- Add zlib source to Marian's source tree, builds now as object lib
- -DUSE_STATIC_LIBS=on now also looks for static versions of CUDA libraries
- Include NCCL build from github.com/marian-nmt/nccl and compile within source tree
- Set nearly all warnings as errors for Marian's own targets. Disable warnings for 3rd party.
diff --git a/VERSION b/VERSION
index a9bbd79f..535cc4dd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v1.7.4
+v1.7.5