Skip to content

Commit

Permalink
Added benchmark_genai sample to installation (openvinotoolkit#1132)
Browse files Browse the repository at this point in the history
benchmark_genai sample was not installed and not available in package.
Perhaps there is a reason for that, not sure, but fixing just in a case.

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
  • Loading branch information
yury-gorbachev and ilya-lavrenov authored Nov 4, 2024
1 parent a001f7a commit 91aea4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@
#

add_subdirectory(cpp/beam_search_causal_lm)
add_subdirectory(cpp/benchmark_genai)
add_subdirectory(cpp/chat_sample)
add_subdirectory(cpp/greedy_causal_lm)
add_subdirectory(cpp/lora_greedy_causal_lm)
add_subdirectory(cpp/multinomial_causal_lm)
add_subdirectory(cpp/prompt_lookup_decoding_lm)
add_subdirectory(cpp/visual_language_chat)
add_subdirectory(cpp/speculative_decoding_lm)
add_subdirectory(cpp/benchmark_genai)
add_subdirectory(cpp/whisper_speech_recognition)
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(DIRECTORY
cpp/beam_search_causal_lm
cpp/benchmark_genai
cpp/chat_sample
cpp/greedy_causal_lm
cpp/lora_greedy_causal_lm
Expand All @@ -32,6 +33,7 @@ install(DIRECTORY

install(DIRECTORY
python/beam_search_causal_lm
python/benchmark_genai
python/chat_sample
python/greedy_causal_lm
python/multinomial_causal_lm
Expand Down

0 comments on commit 91aea4c

Please sign in to comment.