TensorRT-LLMs/examples/openai_triton
Kaiyu Xie f7eca56161
Update TensorRT-LLM (#613)
* Update TensorRT-LLM

---------

Co-authored-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
Co-authored-by: zhang-ge-hao <842720660@qq.com>
2023-12-08 17:49:24 +08:00
..
manual_plugin Update TensorRT-LLM (#613) 2023-12-08 17:49:24 +08:00
plugin_autogen Update TensorRT-LLM (#524) 2023-12-01 22:27:51 +08:00
README.md Update 2023-10-10 23:22:17 -07:00

Integration for OpenAI Triton

The typical approach to integrate a kernel into TensorRT-LLM is to create TensorRT plugins. Specially for integrating OpenAI Triton kernels, there are two methods:

  1. Creating TensorRT plugin manually, you can refer to manual plugin example for details,
  2. Generate the TensorRT plugins automatically, please refer to automatic plugin example for details.