install to decoder_attention target

This commit is contained in:
Morgan Funtowicz 2024-07-25 10:21:54 +00:00
parent 48315e2608
commit 0a8c9d3dcf

View File

@ -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 ####