Skip to content

Commit

Permalink
update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
emjotde committed Jun 17, 2018
1 parent ab848f8 commit 91c1962
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.5.0] - 2018-06-17

### Added

- Average Attention Networks for Transformer model
- 16-bit matrix multiplication on CPU
- Memoization for constant nodes for decoding
- Autotuning for decoding

### Fixed

- GPU decoding optimizations, about 2x faster decoding of transformer models

## [1.4.0] - 2018-03-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.1
v1.5.0

0 comments on commit 91c1962

Please sign in to comment.