inference optimization AI Agent Skills
Browse 2 skills related to inference optimization
tensorrt-llm
21.8k
Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.
Inference ServingTensorRT-LLMNVIDIA+8
143 days ago
speculative-decoding
21.8k
Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration, parallel token generation, and production deployment strategies.
Emerging TechniquesSpeculative DecodingMedusa+7
143 days ago