Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jan 14, 2020
1 parent 582eced commit 3edd39b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### New features

### Fixes and improvements

## [v1.3.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.3.0) (2020-01-14)

### New features

* Support random sampling (see the `sampling_topk` and `sampling_temperature` translation options)
* `CT2_CUDA_CACHING_ALLOCATOR_CONFIG` environment variable to configure the CUDA caching allocator

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _maybe_add_library_root(lib_name):

setup(
name="ctranslate2",
version="1.2.3",
version="1.3.0",
license="MIT",
description="Custom C++ inference engine for OpenNMT models",
author="OpenNMT",
Expand Down

0 comments on commit 3edd39b

Please sign in to comment.