Skip to content

Commit 832c6dd

Browse files
committed
enable llama rpc by default
1 parent 2e33b33 commit 832c6dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ option(LLAVA_BUILD "Build llava shared library and install alongside python pack
77

88
if (LLAMA_BUILD)
99
set(BUILD_SHARED_LIBS "On")
10+
set(LLAMA_RPC "On" CACHE BOOL "llama: use RPC" FORCE)
1011

1112
# Building llama
1213
if (APPLE AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")

0 commit comments

Comments
 (0)