Skip to content

Commit

Permalink
Merge branch 'releases/2024/5' into port-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 authored Nov 21, 2024
2 parents 2f10139 + bf84989 commit 115c30c
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 115c30c

Please sign in to comment.