NVIDIA / TensorRT-LLM

TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.
https://nvidia.github.io/TensorRT-LLM
Apache License 2.0
8.31k stars 931 forks source link

Add FAST_BUILD comment at #endif #1851

Closed lkm2835 closed 3 months ago

lkm2835 commented 3 months ago

endif omitted FAST_BUILD comment

nv-guomingz commented 3 months ago

Hi @lkm2835 we've fixed this issue internally and thank you again for contributing to TRT-LLM.