From bd61081e8d6b3fb88ebd0947a52c916b8e7b2ed6 Mon Sep 17 00:00:00 2001 From: Nikita Malinin Date: Mon, 16 Dec 2024 17:40:41 +0100 Subject: [PATCH] Release notes update (#3145) ### Changes - Updated release notes ### Reason for changes - Release of 2.14.1 ### Related tickets - 159303 ### Tests - N/A --- ReleaseNotes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 46b27138a16..91da13d69e3 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,13 @@ # Release Notes +## New in Release 2.14.1 + +Post-training Quantization: + +- Bugfixes: + - (PyTorch) Fixed the `get_torch_compile_wrapper` function to match with the `torch.compile`. + - (OpenVINO) Updated cache statistics functionality to utilize the `safetensors` approach. + ## New in Release 2.14.0 Post-training Quantization: