Skip to content

Commit b137bef

Browse files
committed
Bump version to 2.10.1
1 parent 571be45 commit b137bef

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Fixes and improvements
66

7+
## [v2.10.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.10.1) (2021-12-15)
8+
9+
### Fixes and improvements
10+
11+
* Fix stuck execution when loading a model on a second GPU
12+
* Fix numerical error in INT8 quantization on macOS
13+
714
## [v2.10.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.10.0) (2021-12-13)
815

916
### Changes

python/ctranslate2/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "2.10.0"
3+
__version__ = "2.10.1"

0 commit comments

Comments
 (0)