From d44d171c7a61a1e2e9e7981d702347e1b6752a68 Mon Sep 17 00:00:00 2001 From: Karol Blaszczak Date: Thu, 21 Nov 2024 18:41:24 +0100 Subject: [PATCH] [DOCS] relnotes 24.5 pass3 (#27682) --- docs/articles_en/about-openvino/release-notes-openvino.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/articles_en/about-openvino/release-notes-openvino.rst b/docs/articles_en/about-openvino/release-notes-openvino.rst index 6ccab0f0359b06..7d032530f0a0c9 100644 --- a/docs/articles_en/about-openvino/release-notes-openvino.rst +++ b/docs/articles_en/about-openvino/release-notes-openvino.rst @@ -89,6 +89,8 @@ Common a two-step process to wrap memory into ``ov::Tensor``. * Files are now read via the async ReadFile API, reducing the bottleneck for LLM model load times on GPU. +* Asynchronous file reading with mmap library has been implemented, reducing loading times for + model files, especially for LLMs. * CPU implementation of SliceScatter operator is now available, used for models such as Gemma, supporting increased LLM performance.