What problem does it solve?
This Skill helps you deploy and tune large language model inference on NVIDIA GPUs when you need much lower latency, higher throughput, and efficient GPU memory usage than a default PyTorch-based setup can provide.
Core Features & Use Cases
- High-performance inference: Optimize model serving with TensorRT-LLM for fast generation on A100, H100, and similar NVIDIA hardware.
- Production deployment: Configure OpenAI-compatible serving, health checks, metrics, batching, and autoscaling for real-world API workloads.
- Multi-GPU scaling: Choose tensor parallelism, pipeline parallelism, or expert parallelism to fit large models across one or more nodes.
- Quantization and memory tuning: Apply FP8 or INT4 strategies, paged KV cache, chunked context, and speculative decoding to improve speed and efficiency.
- Use case: A team serving a 70B model in production can use this Skill to select the right parallelism, quantization, and batching settings for stable low-latency traffic.
Quick Start
Use the tensorrt-llm skill to recommend a production-ready NVIDIA GPU serving configuration for my model, including optimization, scaling, and monitoring settings.