From 65ab4952ec939c1d86b0889fbda75771b3641b91 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Wed, 8 Jan 2025 22:46:17 +0100 Subject: [PATCH] misc(ci): install tensorrt_llm_executor_static --- backends/trtllm/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/backends/trtllm/CMakeLists.txt b/backends/trtllm/CMakeLists.txt index 291672151cc..55cc4300046 100644 --- a/backends/trtllm/CMakeLists.txt +++ b/backends/trtllm/CMakeLists.txt @@ -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})