TensorRT-LLM
NVIDIA toolkit for optimizing LLM inference on NVIDIA GPUs.
About
TensorRT-LLM is NVIDIA's open-source library for maximizing inference performance of large language models and visual generation models on NVIDIA GPUs. It pairs specialized CUDA kernels for attention, matrix multiplication, and mixture-of-experts computation with an efficient runtime offering in-flight batching, paged KV cache, speculative decoding, and prefill-decode disaggregation. Built on PyTorch with a high-level Python API, it supports quantization down to INT4, FP8, and FP4 precision and scales from a single GPU to multi-node clusters using tensor, pipeline, and expert parallelism. Predefined configurations cover popular architectures including Llama, DeepSeek, and Mixtral, and the library integrates with NVIDIA Triton Inference Server and Dynamo for deployment. It targets data center GPUs such as H100, H200, and B200 as well as consumer RTX cards. Released under the Apache 2.0 license, it is used by ML engineers and enterprises that need high-throughput, low-latency LLM serving on NVIDIA hardware.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- LLM Inference & Serving
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Advanced (4/5)
- License
- Apache-2.0
- Minimum VRAM
- 8 GB
- Added
- Apr 3, 2026
Related Tools
Minimalist ML framework in Rust by Hugging Face for fast inference.
Open-source ChatGPT alternative that runs 100% offline on your computer.
Port of Meta's LLaMA model in C/C++ for efficient CPU inference
Fast LLM inference on consumer GPUs using neuron-aware sparse computation.
High-throughput LLM serving engine with PagedAttention
Minimalist machine learning framework for Rust focused on performance and serverless inference.