What problem does it solve?
This Skill removes the trial-and-error involved in evaluating quantized and unquantized LLMs by generating correct NeMo Evaluator Launcher (NEL) configurations and guiding you through running evaluations reliably.
Core Features & Use Cases
- Config generation for evaluation: Builds a production-ready NEL YAML workflow for accuracy and benchmark runs, including model path/handle and required placeholders.
- Quantization-aware setup: Detects ModelOpt quantization from checkpoint metadata and applies the correct vLLM/SGLang flags to match the quantized format.
- Model-card driven parameterization: Uses web research to extract sampling, context length, and deployment-specific requirements, then maps them into NEL config fields.
- Benchmark task orchestration: Supports common evaluation sets (e.g., MMLU, GPQA, AIME, code and math benchmarks) via task snippets, then iteratively confirms the final task list.
Quick Start
Tell the AI: "Build an SLURM vLLM evaluation config for my FP8 ModelOpt checkpoint at ./my-fp8-model and run MMLU-Pro and GPQA Diamond, then help me fill in the remaining SLURM placeholders."