We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5ef00 commit d3d680dCopy full SHA for d3d680d
text_generation/causal_lm/cpp/CMakeLists.txt
@@ -11,7 +11,9 @@ else()
11
endif()
12
13
find_package(openvino_genai REQUIRED
14
- PATHS "${CMAKE_BINARY_DIR}" # Reuse the package from the build. The lowest priority.
+ PATHS
15
+ "${CMAKE_BINARY_DIR}" # Reuse the package from the build.
16
+ ${OpenVINO_DIR} # GenAI may be installed alogside with OpenVINO.
17
)
18
19
add_executable(greedy_causal_lm greedy_causal_lm.cpp)
0 commit comments