Skip to content

Commit

Permalink
Fix the symbol error when build the vineyard llm module. (#1981)
Browse files Browse the repository at this point in the history
Signed-off-by: Ye Cao <[email protected]>
  • Loading branch information
dashanji authored Aug 9, 2024
1 parent 3a2364b commit e1e1b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@ if(BUILD_VINEYARD_PYTHON_BINDINGS AND BUILD_VINEYARD_LLM_CACHE)
DEPENDS _llm_C
COMMENT "Copying llm kv cache python extensions."
VERBATIM)
set_target_properties(_llm_C PROPERTIES LINK_FLAGS "-Wl,--version-script=${LIBFABRIC_VERSION_SCRIPT}")
add_dependencies(vineyard_llm_python vineyard_client_python)
endif()

Expand Down

0 comments on commit e1e1b26

Please sign in to comment.