From 4fa2a2b99cbd7cc25370387d8ff1421cde534dbf Mon Sep 17 00:00:00 2001 From: Karol Blaszczak Date: Thu, 21 Nov 2024 19:19:33 +0100 Subject: [PATCH] [DOCS] relnotes 24.5 pass3.1 (#27684) --- docs/articles_en/about-openvino/release-notes-openvino.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/articles_en/about-openvino/release-notes-openvino.rst b/docs/articles_en/about-openvino/release-notes-openvino.rst index 7d032530f0a0c9..79b3a1b920d2cd 100644 --- a/docs/articles_en/about-openvino/release-notes-openvino.rst +++ b/docs/articles_en/about-openvino/release-notes-openvino.rst @@ -87,8 +87,6 @@ Common * A new constant constructor has been added, enabling constants to be created from data pointer as shared memory. Additionally, it can take ownership of a shared, or other, object, avoiding 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,