We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3fa47 commit 14413f2Copy full SHA for 14413f2
text_generation/causal_lm/cpp/CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
12
13
find_package(openvino_genai REQUIRED PATHS
14
"${CMAKE_BINARY_DIR}" # Reuse the package from the build.
15
- ${OpenVINO_DIR} # GenAI may be installed alogside OpenVINO.
+ # ${OpenVINO_DIR} # GenAI may be installed alogside OpenVINO.
16
)
17
18
add_executable(greedy_causal_lm greedy_causal_lm.cpp)
@@ -57,3 +57,5 @@ target_link_libraries(chat_sample PRIVATE openvino::genai)
57
target_include_directories(chat_sample PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")
58
set_target_properties(chat_sample PROPERTIES CXX_STANDARD 17)
59
set_target_properties(chat_sample PROPERTIES CXX_STANDARD_REQUIRED ON)
60
+
61
+# TODO: install samples
0 commit comments