We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e33b33 commit 832c6ddCopy full SHA for 832c6dd
CMakeLists.txt
@@ -7,6 +7,7 @@ option(LLAVA_BUILD "Build llava shared library and install alongside python pack
7
8
if (LLAMA_BUILD)
9
set(BUILD_SHARED_LIBS "On")
10
+ set(LLAMA_RPC "On" CACHE BOOL "llama: use RPC" FORCE)
11
12
# Building llama
13
if (APPLE AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
0 commit comments