From c96340b704aadd7ed4bc2be73212c4393fd7eecf Mon Sep 17 00:00:00 2001 From: Vladimir Zlobin Date: Fri, 17 Jan 2025 14:22:12 +0400 Subject: [PATCH] Fix links, remind about ABI (#1585) --- samples/cpp/image_generation/README.md | 2 +- samples/cpp/visual_language_chat/README.md | 2 +- samples/cpp/whisper_speech_recognition/README.md | 2 +- src/docs/BUILD.md | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/samples/cpp/image_generation/README.md b/samples/cpp/image_generation/README.md index 3dcb64b97c..4d2b2ef9ff 100644 --- a/samples/cpp/image_generation/README.md +++ b/samples/cpp/image_generation/README.md @@ -28,7 +28,7 @@ Users can change the sample code and play with the following generation paramete The `--upgrade-strategy eager` option is needed to ensure `optimum-intel` is upgraded to the latest version. -It's not required to install [../../export-requirements.txt](../../export requirements.txt) for deployment if the model has already been exported. +It's not required to install [../../export-requirements.txt](../../export-requirements.txt) for deployment if the model has already been exported. ```sh pip install --upgrade-strategy eager -r ../../requirements.txt diff --git a/samples/cpp/visual_language_chat/README.md b/samples/cpp/visual_language_chat/README.md index 73baf0088a..0017bd0b7c 100644 --- a/samples/cpp/visual_language_chat/README.md +++ b/samples/cpp/visual_language_chat/README.md @@ -12,7 +12,7 @@ There are two sample files: The `--upgrade-strategy eager` option is needed to ensure `optimum-intel` is upgraded to the latest version. -It's not required to install [../../export-requirements.txt](../../export requirements.txt) for deployment if the model has already been exported. +It's not required to install [../../export-requirements.txt](../../export-requirements.txt) for deployment if the model has already been exported. ```sh pip install --upgrade-strategy eager -r ../../requirements.txt diff --git a/samples/cpp/whisper_speech_recognition/README.md b/samples/cpp/whisper_speech_recognition/README.md index 2ea3322dee..47650b566c 100644 --- a/samples/cpp/whisper_speech_recognition/README.md +++ b/samples/cpp/whisper_speech_recognition/README.md @@ -6,7 +6,7 @@ This example showcases inference of speech recognition Whisper Models. The appli The `--upgrade-strategy eager` option is needed to ensure `optimum-intel` is upgraded to the latest version. -It's not required to install [../../export-requirements.txt](../../export requirements.txt) for deployment if the model has already been exported. +It's not required to install [../../export-requirements.txt](../../export-requirements.txt) for deployment if the model has already been exported. ```sh pip install --upgrade-strategy eager -r ../../requirements.txt diff --git a/src/docs/BUILD.md b/src/docs/BUILD.md index 77657620a0..bbdd6353b0 100644 --- a/src/docs/BUILD.md +++ b/src/docs/BUILD.md @@ -194,6 +194,8 @@ The path to the openvino install directory is referred as througho python -m pip wheel . -w dist/ --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release ``` +> **NOTE**: You'd need to build ABI compatible OpenVINO and OpenVINO Tokenizers for Ubuntu instead of downloading them from PyPI. See [OpenVINO™ GenAI Dependencies](../README.md#openvino-genai-dependencies) for the explanation. + ### Install OpenVINO GenAI From Source 1. Clone OpenVINO GenAI repository and init submodules: