Skip to content

Commit 1157389

Browse files
authored
Prepare branch 2.6 for the release (#4878)
1 parent e8d7149 commit 1157389

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## \[Unreleased\]
5+
## \[2.6.0\]
66

77
### New features
88

@@ -13,6 +13,29 @@ All notable changes to this project will be documented in this file.
1313
- Add DEIM-DFine model for Object Detection
1414
(<https://github.com/open-edge-platform/training_extensions/pull/4446>)
1515

16+
### Bug fixes
17+
18+
- Fix overriding train parameters
19+
(<https://github.com/open-edge-platform/training_extensions/pull/4496>)
20+
- Fix adaptive batch size to run on CPU
21+
(<https://github.com/open-edge-platform/training_extensions/pull/4499>)
22+
- Workaround for batch size search on XPU devices
23+
(<https://github.com/open-edge-platform/training_extensions/pull/4513>)
24+
- Fix UFLow configuration
25+
(<https://github.com/open-edge-platform/training_extensions/pull/4504>)
26+
- Fix cache args
27+
(<https://github.com/open-edge-platform/training_extensions/pull/4522>)
28+
- Fix finding task type in IR
29+
(<https://github.com/open-edge-platform/training_extensions/pull/4576>)
30+
- Fix loading checkpoint after 1st round of training for DFine-X model
31+
(<https://github.com/open-edge-platform/training_extensions/pull/4738>)
32+
- Fix input size configuration during validation for DFine model
33+
(<https://github.com/open-edge-platform/training_extensions/pull/4666>)
34+
- Fix training on CPU
35+
(https://github.com/open-edge-platform/training_extensions/pull/4788)
36+
- Fix OOM bug on XPU
37+
(<https://github.com/open-edge-platform/training_extensions/pull/4872>)
38+
1639
## \[2.5.0\]
1740

1841
### Enhancements

lib/src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""OpenVINO Training Extensions."""
55

6-
__version__ = "2.6.0dev"
6+
__version__ = "2.6.0"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)