From 523a69886a7d276aa9fd56a2ee9728b1bf0152d6 Mon Sep 17 00:00:00 2001 From: Nikita Malinin Date: Tue, 17 Dec 2024 11:22:01 +0100 Subject: [PATCH] Release notes update (#3145) (#3158) (cherry picked from commit bd61081e8d6b3fb88ebd0947a52c916b8e7b2ed6) --- ReleaseNotes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 68ba89dac58..c84ba2df157 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: