NVIDIA/Model-Optimizer

A unified library of SOTA model optimization techniques like quantization, distillation, pruning, neural architecture search, speculative decoding, etc. It compresses deep learning models for downstream deployment frameworks like TensorRT-LLM, TensorRT, vLLM, etc. to optimize inference speed.

3.6kStars on the repository
22Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

accessing-mlflow

01

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Query and browse evaluation results stored in MLflow. Use when the user wants to look up runs by invocation ID, compare metrics across models, fetch artifacts (configs, logs, results), or set up the MLflow MCP server. ALWAYS triggers on mentions of MLflow, experiment results, run comparison, invocation IDs in the…

3.6k 2d ago C 80 tokens original Apache-2.0

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Inspect Hugging Face decoder layers on meta tensors and plan or run per-rank BF16, FP8, and NVFP4 GEMM or fused-MoE microbenchmarks with the bundled scripts and a local FlashInfer checkout. Use when choosing a model, GPU, TP, EP, or M/token-concurrency sweep; deriving common fused QKV and gate/up shapes without…

3.6k 2d ago A 105 tokens original Apache-2.0

common

03

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Shared ModelOpt support files. Use only when another ModelOpt skill directs you here.

3.6k 2d ago A 19 tokens original Apache-2.0

compare-results

04

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Establish baseline-vs-candidate evaluation plans, delegate missing evaluations, compare validated results, and decide quantization feasibility. Use when the user asks to compare baseline vs quantized runs, explain an accuracy drop/regression, verify whether a quantized checkpoint is acceptable, or compare NEL/MLflow…

3.6k 2d ago A 109 tokens original Apache-2.0

day0-release

05

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Deterministic end-to-end driver for day-0 quantized-checkpoint releases — chains PTQ → evaluation → comparison with enforced gates between stages (the evaluation stage deploys the checkpoint itself), and returns a publish decision (ACCEPT / REGRESSION / ANOMALOUS / INFEASIBLE). Use when the user asks to "release a…

3.6k 2d ago A 150 tokens original Apache-2.0

debug

06

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Run commands inside a remote Docker container via the file-based command relay (tools/debugger). Use when the user says "run in Docker", "run on GPU", "debug remotely", "run test in container", "check nvidia-smi", "run pytest in Docker", or needs to execute any command inside a Docker container that shares the repo…

3.6k 2d ago B 87 tokens original Apache-2.0

deployment

07

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Serve a quantized or unquantized LLM checkpoint as an OpenAI-compatible API endpoint using vLLM, SGLang, or TRT-LLM. Use when user says "deploy model", "serve model", "start vLLM server", "launch SGLang", "TRT-LLM deploy", "AutoDeploy", "benchmark throughput", "serve checkpoint", or needs an inference endpoint from a…

3.6k 2d ago C 117 tokens original Apache-2.0

eagle3-new-model

08

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Add a new model to the EAGLE3 offline pipeline. Generates an hfofflineeagle3.yaml launcher config for a new model checkpoint, choosing the right hidden state dump backend (TRT-LLM / HF / vLLM) and GPU configuration. Use when user wants to run EAGLE3 on a model that does not yet have a YAML in tools/launcher/examples/…

3.6k 2d ago A 98 tokens original Apache-2.0

eagle3-review-logs

09

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Review EAGLE3 pipeline experiment logs from the launcher's experiments/ directory. Summarizes pass/fail status for all 4 tasks, diagnoses failures with root causes and fixes, and flags warnings. Use when the user asks to review job logs, check experiment results, or diagnose why a specific task failed.

3.6k 2d ago A 70 tokens original Apache-2.0

eagle3-triage

10

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Triage a failed EAGLE3 pipeline run. Identifies which step failed (data synthesis, hidden state dump, training, or benchmark), diagnoses root cause from logs, and suggests fixes. Use when user reports an EAGLE3 pipeline failure or asks why a specific step failed. Also helps debug new model support issues.

3.6k 2d ago A 73 tokens original Apache-2.0

eagle3-validate

11

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Validate that an EAGLE3 pipeline run completed successfully end-to-end. Checks all 4 steps produced expected artifacts, verifies acceptance rate meets threshold (>= 2.1), and produces a summary report. Use when user wants to verify a pipeline run or check benchmark results.

3.6k 2d ago A 62 tokens original Apache-2.0

evaluation

12

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Evaluates accuracy of quantized or unquantized LLMs using NeMo Evaluator Launcher (NEL). Triggers on "evaluate model", "benchmark accuracy", "run MMLU", "evaluate quantized model", "run nel". Handles deployment, config generation, and evaluation execution. Not for quantizing models (use ptq), deploying/serving models…

3.6k 2d ago A 95 tokens original Apache-2.0

launching-evals

13

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Run, monitor, analyze, and debug LLM evaluations via nemo-evaluator-launcher. Covers running evaluations, checking status and live progress, debugging failed runs, exporting artifacts and logs, and analyzing results. ALWAYS triggers on mentions of running evaluations, checking progress, debugging failed evals…

3.6k 2d ago A 115 tokens original Apache-2.0

monitor

14

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Monitor submitted jobs (PTQ, evaluation, deployment) on SLURM clusters. Use when the user asks "check job status", "is my job done", "monitor my evaluation", "what's the status of the PTQ", "check on job ", or after any skill submits a long-running job. Also triggers on "nel status", "squeue", or any request to check…

3.6k 2d ago A 93 tokens original Apache-2.0

ptq

15

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Use when the user asks to "quantize a model", "run PTQ", "post-training quantization", "NVFP4 quantization", "FP8 quantization", "INT8 quantization", "INT4 AWQ", "quantize LLM", "quantize MoE", "quantize VLM", or needs to produce a quantized HuggingFace checkpoint from a pretrained model using ModelOpt. Do NOT use for…

3.6k 2d ago A 106 tokens original Apache-2.0

qad

16

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Run explicitly requested ModelOpt Quantization-Aware Distillation (QAD) on Slurm through Megatron Bridge to recover a measured BF16-to-PTQ accuracy gap. Use only when the user explicitly asks for QAD, including its topology, data preparation, Slurm launch, resume, checkpoint export, or recovery decisions.

3.6k 2d ago A 69 tokens original Apache-2.0

quant-recipe-search

17

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Use when the user asks to find, search for, or optimize the best quantization recipe for a model, including direct requests like "find the best quantization recipe and generate a PTQ checkpoint." Guides the multi-candidate loop: choose compute-vs-memory success metrics, select ModelOpt recipe baselines, design…

3.6k 2d ago A 148 tokens original Apache-2.0

release-cherry-pick

18

NVIDIA/Model-Optimizer

Skill Claude CodeCodex

Cherry-pick merged PRs labeled for a release branch into that branch, then open a PR and apply the cherry-pick-done label. Use when asked to "cherry-pick PRs for release/X.Y.Z", "pick PRs to release branch", or "cherry-pick labeled PRs".

3.6k 2d ago A 70 tokens original Apache-2.0