Skip to content

Commit

Permalink
Install deployment and export requirements.txt (#1231)
Browse files Browse the repository at this point in the history
Ticket 157649
  • Loading branch information
ilya-lavrenov authored Nov 20, 2024
2 parents 5889c2a + 46764d7 commit bf84989
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 bf84989

Please sign in to comment.