Skip to content

NeMo Auditor Tutorials

Use these tutorials to get hands-on with NeMo Auditor.

Before You Start

Set up a local instance of the platform, install garak in a Python virtual environment (the plugin invokes ~/.auditor/.venv/bin/python by default), and configure at least one Inference Gateway provider before running the tutorial below.

  • Run an Audit Locally


    Persist a configuration and target, run a single audit in-process, and inspect the resulting JSONL, HTML, and hitlog report artifacts.

    getting started local execution nemo-auditor

How It Works

For the conceptual overview of the audit workflow, see About Auditing Models. For the full SDK surface, see SDK Resources.