Skip to content

Commit

Permalink
misc(ci): install tensorrt_llm_executor_static
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 8, 2025
1 parent f1f152c commit 65ab495
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backends/trtllm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ target_link_libraries(tgi_trtllm_backend_impl PRIVATE tensorrt_llm nvinfer_plugi
install(TARGETS tgi_trtllm_backend_impl)
install(TARGETS tensorrt_llm nvinfer_plugin_tensorrt_llm decoder_attention executorWorker)
install(FILES ${TRTLLM_NVRTC_WRAPPER_LIBRARY_PATH} TYPE LIB)
if (NOT ${TGI_TRTLLM_BACKEND_DEBUG})
install(FILES ${TRTLLM_EXECUTOR_STATIC_LIBRARY_PATH} TYPE LIB)
endif ()

install(FILES ${TRTLLM_EXECUTOR_STATIC_LIBRARY_PATH} TYPE LIB)

#### Unit Tests ####
if (${TGI_TRTLLM_BACKEND_BUILD_TESTS})
Expand Down

0 comments on commit 65ab495

Please sign in to comment.