Skip to content
inference.academy

glossary/tooling/tensorrt-llm

TensorRT-LLM

NVIDIA's inference library for its own GPUs: compiled engines with hand-tuned kernels, the first place FP8 and FP4 land, in-flight batching, paged KV cache, and the wide expert parallelism and disaggregated serving that its newest racks are built for. It is the peak of what the hardware can do and the most work to operate, since engines are built per model, per precision and per GPU.


FP4 first

The precision each new generation ships with, where the vendor stack usually leads the open engines by months.


Related