We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571be45 commit b137befCopy full SHA for b137bef
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
### Fixes and improvements
6
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
14
## [v2.10.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v2.10.0) (2021-12-13)
15
16
### Changes
python/ctranslate2/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "2.10.0"
+__version__ = "2.10.1"
0 commit comments