nemo-evaluator
NeMo Evaluator — benchmark environments, pluggable solvers, interceptor proxy, and decision-grade scoring for LLMs
What it is and what it does
NeMo Evaluator is an LLM evaluation framework that runs standardized benchmarks (mmlu, mmlu_pro, gpqa, gsm8k, math500, mgsm, drop, triviaqa, humaneval, simpleqa, healthbench, pinchbench, xstest, terminal-bench-hard, terminal-bench-v1, nmp_harbor) against language models and produces scored results. It sits between your test harness and an LLM API, intercepting requests to cache responses, limit turns, modify payloads, and inject system messages—all without external proxy infrastructure. You define benchmarks in YAML or Python, choose a solver type (simple, harbor, tool_calling, gym_delegation, openclaw, container), and run evaluations locally or on SLURM clusters with Docker sandboxes for code execution.
The framework handles scoring (multichoice_regex, numeric_match, answer_line, fuzzy_match, code_sandbox, needs_judge), result aggregation, and export to experiment trackers or Inspect AI format. It ships with CLI commands to run benchmarks, merge sharded results, generate reports, compare runs, and enforce quality gates. Optional extras add symbolic math, statistical analysis, Harbor agent support, and Inspect export.
Use it for:
- Run mmlu or gsm8k against a model API to measure instruction-following and math reasoning performance.
- Intercept and cache LLM API calls during iterative benchmark development to reduce API costs.
- Execute code-based benchmarks (humaneval) in isolated Docker containers with automatic sandbox management.
- Compare baseline vs. candidate model runs with statistical deltas and pass/fail flips using nel compare.
- Enforce multi-benchmark quality gates with explicit pass/fail policies before production deployment.
- Export evaluation results to experiment trackers for team collaboration and result tracking.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
NeMo Evaluator runs standardized benchmarks against language models through a configurable framework with built-in scoring, proxy interception, and multi-format result reporting.
Yes, if you need to benchmark language models against standard datasets. Low install friction, active maintenance, no security vulnerabilities, and permissive license. Requires Python 3.12 or 3.13, an LLM endpoint, and familiarity with YAML configuration. Best suited for teams evaluating model performance systematically; less relevant for single ad-hoc inference tasks.
Install
nemo-evaluator on PyPI
pip
pip install nemo-evaluatoruv
uv add nemo-evaluatorpoetry
poetry add nemo-evaluatorInstalling nemo-evaluator
Before you install
Low friction: pure Python wheel with no compiled dependencies. Active maintenance (last commit 2026-08-13) and recent release cycle. Requires Python 3.12 or 3.13; optional extras add scipy, sympy, or agent integrations as needed.
License in practice
Apache 2.0 permissive license allows commercial and private use with minimal restrictions; attribution required but no copyleft obligations.
Quickstart
pip install nemo-evaluator
export NVIDIA_API_KEY="your-key"
nel eval run --bench mmlu --model-url https://integrate.api.nvidia.com/v1 --model-id nvidia/nemotron-3-super-120b-a12b --api-key $NVIDIA_API_KEY
Requires Python 3.12 or 3.13; most benchmarks need an external LLM API key or local model endpoint.
Verify before relying
- Whether all built-in benchmarks work out-of-the-box or require additional setup per benchmark type.
- Performance characteristics and typical runtime for standard benchmarks at scale.
- Compatibility of external harness integrations with current versions of lm-eval, skills, vlmevalkit, gym, harbor, and container systems.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (<3.14,>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 11 — aiohttp, boto3, click, datasets, fastapi, jinja2, numpy, pydantic, pyyaml, starlette, uvicorn |
| Maintenance | actively maintained — 72 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 161,980/month — #10,618 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: nemo_evaluator-0.3.0-py3-none-any.whl
Keywords: LLM, NLP, NVIDIA, benchmarks, deep learning, evaluations, gpu, machine learning, pytorch
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
nvidia-lm-evalEvaluates language models against standardized…
permissive · top 15,000 on PyPI
nemo-gymNeMo Gym provides infrastructure for building,…
permissive · top 5,000 on PyPI
inspect-evalsInspect Evals provides a repository of…
permissive · top 5,000 on PyPI
data-designer-configProvides a configuration API for building…
permissive · top 15,000 on PyPI
data-designer-engineExecution engine for the NeMo Data Designer…
permissive · top 15,000 on PyPI
nemo-toolkitnemo-toolkit provides a PyTorch framework for…
permissive · top 5,000 on PyPI
nvidia-nat-evalProvides evaluation components and CLI commands…
permissive · top 15,000 on PyPI
inspect-aiInspect is a framework for evaluating large…
permissive · top 5,000 on PyPI
strands-agents-evalsStrands Evals SDK provides a comprehensive…
permissive · top 15,000 on PyPI
harborHarbor is a framework for running and…
permissive · top 5,000 on PyPI