From a5131461024cfd9e1bdf7ceb4bbbbd594b47c569 Mon Sep 17 00:00:00 2001 From: Simon Booth Date: Mon, 12 May 2025 08:06:51 +0100 Subject: [PATCH] docs : update Readme to recommend same Openvino as Python tools (#3138) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9aa8215..3cc4215c 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ This can result in significant speedup in encoder performance. Here are the inst - Build `whisper.cpp` with OpenVINO support: - Download OpenVINO package from [release page](https://github.com/openvinotoolkit/openvino/releases). The recommended version to use is [2023.0.0](https://github.com/openvinotoolkit/openvino/releases/tag/2023.0.0). + Download OpenVINO package from [release page](https://github.com/openvinotoolkit/openvino/releases). The recommended version to use is [2024.6.0](https://github.com/openvinotoolkit/openvino/releases/tag/2024.6.0). Ready to use Binaries of the required libraries can be found in the [OpenVino Archives](https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/) After downloading & extracting package onto your development system, set up required environment by sourcing setupvars script. For example: