From 0a8c9d3dcf442ba87e714e213ea1278a31e0f510 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Thu, 25 Jul 2024 10:21:54 +0000 Subject: [PATCH] install to decoder_attention target --- backends/trtllm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/trtllm/CMakeLists.txt b/backends/trtllm/CMakeLists.txt index fd58f9a4..a925eff2 100644 --- a/backends/trtllm/CMakeLists.txt +++ b/backends/trtllm/CMakeLists.txt @@ -46,7 +46,7 @@ if (${TGI_TRTLLM_BACKEND_BUILD_EXAMPLES}) endif () # This install all the artifacts in CMAKE_INSTALL_PREFIX under include/ lib/ bin/ to make easy to link / find it back -install(TARGETS tgi_trtllm_backend_impl tensorrt_llm nvinfer_plugin_tensorrt_llm executorWorker) +install(TARGETS tgi_trtllm_backend_impl tensorrt_llm nvinfer_plugin_tensorrt_llm decoder_attention executorWorker) install(FILES ${TRTLLM_NVRTC_WRAPPER_LIBRARY_PATH} ${TRTLLM_EXECUTOR_STATIC_LIBRARY_PATH} TYPE LIB) #### Unit Tests ####