Skip to content

Commit

Permalink
Install deployment and export requirements.txt (#1231) (#1241)
Browse files Browse the repository at this point in the history
Ticket 157649

Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
Wovchena and ilya-lavrenov authored Nov 21, 2024
1 parent 89865c3 commit 799454f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 799454f

Please sign in to comment.