Skip to content

Commit 3f77611

Browse files
authored
Prepare for 2.4.6 release (#4444)
* fix loading checkpoints for the fine tuning * add test to check label dispatch * add changelog * increase version * fix linter
1 parent e3b73a2 commit 3f77611

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## \[2.4.6\]
6+
7+
### Bug fixes
8+
9+
- Fix label info dispatching
10+
(<https://github.com/open-edge-platform/training_extensions/pull/4443>)
11+
12+
## \[2.4.5\]
13+
14+
### Bug fixes
15+
16+
- Fix UFlow by adding self.\_setup in UFlow model
17+
(<https://github.com/open-edge-platform/training_extensions/pull/4431>)
18+
- Fix loading/saving checkpoints in OTX
19+
(<https://github.com/open-edge-platform/training_extensions/pull/4433>,
20+
<https://github.com/open-edge-platform/training_extensions/pull/4438>)
21+
522
## \[2.4.4\]
623

724
### Bug fixes

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2024-2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "2.4.5"
6+
__version__ = "2.4.6"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)