TensorRT-LLMs/docs/source/legacy/tensorrt_quickstart.md
Yan Chunwei 5d165186d5
[None][doc] fix tensorrt legacy quickstart page (#7190)
Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>
2025-08-25 19:30:50 +08:00

382 B

LLM API with TensorRT Engine

A simple inference example with TinyLlama using the LLM API:

    :language: python
    :linenos:

For more advanced usage including distributed inference, multimodal, and speculative decoding, please refer to this README.