Skip to content

Commit

Permalink
Bump version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Nov 6, 2020
1 parent dd53803 commit 6341f33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

### New features

* [Experimental] The Python package published on PyPI now includes GPU support. The binary is compiled with CUDA 10.1, but all CUDA dependencies are integrated in the package and do not need to be installed on the system. The only requirement should be a working GPU with driver version >= 418.39.
### Fixes and improvements

## [v1.15.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.15.0) (2020-11-06)

### New features

* [Experimental] The Python package published on PyPI now includes GPU support. The binary is compiled with CUDA 10.1, but all CUDA dependencies are integrated in the package and do not need to be installed on the system. The only requirement should be a working GPU with driver version >= 418.39.

### Fixes and improvements

* Remove the TensorRT dependency to simplify installation and reduce memory usage:
* Remove the TensorRT dependency to simplify installation and reduce memory usage:
* Reduce GPU Docker images size by 600MB
* Reduce memory usage on the GPU and the system by up 1GB
* Reduce initialization time during the first GPU translation
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _maybe_add_library_root(lib_name):

setup(
name="ctranslate2",
version="1.14.0",
version="1.15.0",
license="MIT",
description="Fast inference engine for OpenNMT models",
long_description=_get_long_description(),
Expand Down

0 comments on commit 6341f33

Please sign in to comment.