What problem does it solve?
Closing the performance gap between vLLM and faster serving frameworks like SGLang or TensorRT-LLM normally requires manual benchmarking, profiler triage, and iterative code patching. This Skill automates that entire campaign as one recoverable, evidence-driven loop.
Core Features & Use Cases
- Fixed fair benchmark gate: Runs a bounded cross-framework deployment search across vLLM, SGLang, and TensorRT-LLM with identical model, workload, precision, and SLA before any patching.
- Humanize RLCR loop: Each round decides the remaining gap, runs torch-profiler and layer-pipeline analysis, patches vLLM source code, optionally gathers Nsight Compute kernel evidence, and revalidates on the real model.
- Model PR history gate: Consults model-family optimization history before choosing source paths, recording PR state, immutable source heads, and validation evidence.
- Use Case: Given a model like a new MoE LLM on H100 GPUs, the Skill benchmarks all frameworks, finds vLLM 8% behind SGLang in decode, profiles both, patches the vLLM attention kernel path, and iterates until vLLM ties or wins under the fixed SLA.
Quick Start
Ask the agent to run the vLLM SOTA Humanize loop for your model id, target GPU environment, and precision policy so it benchmarks against SGLang and TensorRT-LLM and patches vLLM until it reaches SOTA.