Skip to content

Commit 14413f2

Browse files
committed
try
1 parent 2f3fa47 commit 14413f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

text_generation/causal_lm/cpp/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
find_package(openvino_genai REQUIRED PATHS
1414
"${CMAKE_BINARY_DIR}" # Reuse the package from the build.
15-
${OpenVINO_DIR} # GenAI may be installed alogside OpenVINO.
15+
# ${OpenVINO_DIR} # GenAI may be installed alogside OpenVINO.
1616
)
1717

1818
add_executable(greedy_causal_lm greedy_causal_lm.cpp)
@@ -57,3 +57,5 @@ target_link_libraries(chat_sample PRIVATE openvino::genai)
5757
target_include_directories(chat_sample PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")
5858
set_target_properties(chat_sample PROPERTIES CXX_STANDARD 17)
5959
set_target_properties(chat_sample PROPERTIES CXX_STANDARD_REQUIRED ON)
60+
61+
# TODO: install samples

0 commit comments

Comments
 (0)