From 799454f5731518e795193721a77b44c95b45fb0f Mon Sep 17 00:00:00 2001 From: Vladimir Zlobin Date: Thu, 21 Nov 2024 13:59:58 +0400 Subject: [PATCH] Install deployment and export requirements.txt (#1231) (#1241) Ticket 157649 Co-authored-by: Ilya Lavrenov --- samples/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 229eccb3fe..860ced072b 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -14,8 +14,12 @@ add_subdirectory(cpp/text2image) add_subdirectory(cpp/visual_language_chat) add_subdirectory(cpp/whisper_speech_recognition) -install(FILES requirements.txt DESTINATION samples - COMPONENT cpp_samples_genai) +install(FILES + deployment-requirements.txt + export-requirements.txt + requirements.txt + DESTINATION samples + COMPONENT cpp_samples_genai) install(DIRECTORY cpp/beam_search_causal_lm