]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
docs : update Readme to recommend same Openvino as Python tools (#3138)
authorSimon Booth <redacted>
Mon, 12 May 2025 07:06:51 +0000 (08:06 +0100)
committerGitHub <redacted>
Mon, 12 May 2025 07:06:51 +0000 (09:06 +0200)
README.md

index c9aa82157b37c104807e91eeaffb8bd6fe1cfcf8..3cc4215c92027444a6e86383b2bcdaa57e5ad5ed 100644 (file)
--- 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: