What problem does it solve?
This Skill removes the friction of deploying and running large language models at production scale on NVIDIA GPUs by optimizing inference for maximum throughput and minimal latency, reducing cost and memory footprint through quantization and advanced scheduling.
Core Features & Use Cases
- High-performance inference: Compile and serve LLMs with TensorRT-LLM for 10-100× speedups versus standard PyTorch inference.
- Quantized and scalable serving: Support FP8, INT4, tensor/pipeline parallelism, in-flight batching, and multi-GPU or multi-node deployments for large models.
- Production tooling: OpenAI-compatible server (trtllm-serve), Prometheus metrics, Kubernetes manifests, and autoscaling guidance for reliable production operation.
- Use Case: Serve a Llama 3-70B chat model across 4 A100 GPUs with FP8 quantization to achieve low-latency interactive chat while maximizing tokens/sec and minimizing cloud cost.
Quick Start
Start the trtllm-serve server for meta-llama/Meta-Llama-3-8B with --tp_size 4 and --dtype fp8 to enable compiled, high-throughput inference.