What problem does it solve?
This Skill helps you deploy large language models on NVIDIA GPUs with much higher throughput and lower latency than standard PyTorch inference, while keeping serving reliable for production workloads.
Core Features & Use Cases
- Performance Optimization: Apply FP8 or INT4 quantization, in-flight batching, paged KV cache, CUDA graphs, and chunked context to reduce cost and improve speed.
- Multi-GPU Scaling: Configure tensor parallelism, pipeline parallelism, and expert parallelism for models that need to span multiple GPUs or nodes.
- Production Serving: Expose an OpenAI-compatible API, add health checks and metrics, and deploy with Docker or Kubernetes for real workloads.
- Use Case: A team serving a 70B model on H100s can use this Skill to choose the right quantization and parallelism strategy, then launch a high-throughput endpoint with monitoring enabled.
Quick Start
Use the tensorrt-llm skill to choose an NVIDIA GPU deployment setup, optimize the model with the right quantization and batching strategy, and prepare a production-ready serving configuration.