We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dc5d8 commit fc24971Copy full SHA for fc24971
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
### Fixes and improvements
6
7
+## [v4.3.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.3.1) (2024-06-10)
8
+Note: Because of exceeding project's size on Pypi (> 20 GB), the release v4.3.0 was pushed unsuccessfully.
9
+
10
+### Fixes and improvements
11
+* Improve the compilation (#1706 and #1705)
12
+* Fix position bias in tensor parallel mode (#1714)
13
14
## [v4.3.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.3.0) (2024-05-17)
15
16
### New features
python/ctranslate2/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "4.3.0"
+__version__ = "4.3.1"
0 commit comments