Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
emjotde authored and ugermann committed May 20, 2020
1 parent 9ae1951 commit 1603d2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

### Added
- Use *cblas_sgemm_batch* in stead of a for loop of *cblas_sgemm* on CPU as the batched_gemm implementation
- Use *cblas_sgemm_batch* instead of a for loop of *cblas_sgemm* on CPU as the batched_gemm implementation
- Supporting relative paths in shortlist and sqlite options
- Training and scoring from STDIN
- Support for reading from TSV files from STDIN and other sources during training
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.9.9
v1.9.10
2 changes: 1 addition & 1 deletion regression-tests
Submodule regression-tests updated 27 files
+13 −19 run_mrt.sh
+1 −1 tests/decoder/shortlist/test_shortlist_server.sh
+0 −1 tests/interface/config/.gitignore
+0 −1 tests/interface/config/relpaths_shortlist.expected
+0 −12 tests/interface/config/subdir/relpaths_shortlist.yml
+0 −7 tests/interface/config/subdir/relpaths_sqlite.yml
+0 −16 tests/interface/config/test_dump_config_with_sqlite.sh
+0 −28 tests/interface/config/test_relative_paths_for_shortlist.sh
+1 −1 tests/models/wngt19/test_model_base_fbgemm_packed16.sh
+1 −1 tests/models/wngt19/test_model_base_fbgemm_packed8.sh
+1 −1 tests/sentencepiece/test_bleu_detok.sh
+0 −5 tests/server/test_ende.sh
+0 −5 tests/server/test_ende_align.sh
+0 −5 tests/server/test_ende_batch32.sh
+0 −5 tests/server/test_ende_with_empty_lines.sh
+1 −1 tests/training/features/custom-embeddings/test_custom_embeddings.sh
+1 −1 tests/training/features/custom-embeddings/test_custom_embeddings_s2s_tied.sh
+1 −1 tests/training/features/custom-embeddings/test_custom_embeddings_tied_srctrg.sh
+1 −1 tests/training/features/custom-embeddings/test_custom_embeddings_transformer.sh
+1 −1 tests/training/features/custom-embeddings/test_custom_embeddings_transformer_tied.sh
+1 −1 tests/training/models/amun/test_amun_has_decoder_c_tt.sh
+2 −2 tests/training/restoring/optimizer/test_adagrad_params.sh
+3 −3 tests/training/restoring/optimizer/test_adam_params.sh
+3 −3 tests/training/restoring/optimizer/test_adam_params_async.sh
+3 −3 tests/training/restoring/optimizer/test_adam_params_sync.sh
+1 −1 tests/training/validation/compare-trans.sh
+1 −1 tools/diff-nums.py

0 comments on commit 1603d2f

Please sign in to comment.