peardox commited on
Commit
c690a7a
·
unverified ·
1 Parent(s): 55107f1

docs : update Readme to recommend same Openvino as Python tools (#3138)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -266,7 +266,7 @@ This can result in significant speedup in encoder performance. Here are the inst
266
 
267
  - Build `whisper.cpp` with OpenVINO support:
268
 
269
- 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).
270
 
271
  After downloading & extracting package onto your development system, set up required environment by sourcing setupvars script. For example:
272
 
 
266
 
267
  - Build `whisper.cpp` with OpenVINO support:
268
 
269
+ 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/)
270
 
271
  After downloading & extracting package onto your development system, set up required environment by sourcing setupvars script. For example:
272