We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7365f51 commit 8a7bf32Copy full SHA for 8a7bf32
modules/llama_cpp_plugin/CMakeLists.txt
@@ -11,6 +11,8 @@ ov_option(ENABLE_LLAMA_CPP_PLUGIN_REGISTRATION "Enables registration of LLAMA_CP
11
12
add_subdirectory(src)
13
14
+include(FetchContent)
15
+
16
FetchContent_Declare(
17
llama_cpp
18
GIT_REPOSITORY https://github.com/ggerganov/llama.cpp
0 commit comments