What problem does it solve?
TensorRT-LLM removes the bottlenecks of slow, memory-hungry LLM inference by turning NVIDIA GPUs into high-throughput, low-latency serving engines for production workloads.
Core Features & Use Cases
- Inference acceleration: Boosts generation speed with TensorRT optimizations, CUDA graphs, in-flight batching, and paged KV cache management.
- Production serving: Deploys OpenAI-compatible endpoints with health checks, Prometheus metrics, load balancing, and autoscaling support.
- Scaling and compression: Supports FP8 and INT4 quantization, tensor and pipeline parallelism, speculative decoding, and multi-GPU or multi-node setups.
- Use cases: Ideal for serving Llama, Qwen, Mixtral, DeepSeek, and other large models on A100, H100, and similar NVIDIA hardware with strict latency or throughput targets.
Quick Start
Ask the skill to deploy your chosen model with the best TensorRT-LLM configuration for your NVIDIA GPU budget, latency target, and throughput goal.