From a2ca70017cf754042ad99b7d419730c2fa687af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Rzepecki?= Date: Mon, 23 Feb 2026 14:07:28 +0100 Subject: [PATCH] Clarifying used device in benchmark --- demos/embeddings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/embeddings/README.md b/demos/embeddings/README.md index fbbfd91ea5..5eed64e268 100644 --- a/demos/embeddings/README.md +++ b/demos/embeddings/README.md @@ -427,7 +427,7 @@ It will report results like `Similarity score as cos_sim 0.9605122725993963`. ## Benchmarking feature extraction -An asynchronous benchmarking client can be used to access the model server performance with various load conditions. Below are execution examples captured on Intel(R) Core(TM) Ultra X7 368H. +An asynchronous benchmarking client can be used to access the model server performance with various load conditions. Below are execution examples captured using GPU on Intel(R) Core(TM) Ultra X7 368H. ```console git clone https://github.com/openvinotoolkit/model_server pushd .