Auto-Labeling
August 31, 2026 · View on GitHub
How to run Auto-Labeling: install it, pick a cookbook, wire endpoints and checkpoints, and read the outputs.
This guide is for external customers and for NVIDIA operators using the product. If you are changing the code, follow this guide once so you can run a cookbook, then switch to Developer Docs.
Typical commands:
make sync— install the workspacemake run SCRIPT=workflow-runner:main ARGS='...'— run a cookbookmake build IMAGE=<service>:<target>— build a stage image when needed
Read the pages in this order the first time. After that, use the table as a lookup.
- Installation — clone,
make sync, confirm--help - Model Provisioning — download the checkpoints your cookbook needs
- VLM and LLM Endpoints — stand up or point at a model server and export an API key
- Getting Started — copy a cookbook, dry-run, run
- Experiment Output Layout — find the results on disk
Open a service page only when you need one stage on its own. Use Remote Storage only for S3/GCS/Azure/HTTP paths. If something fails, use Troubleshooting.
Start Here By Goal
| Goal | Page |
|---|---|
| First end-to-end run | Getting Started |
| Clone, sync, host requirements, and limitations | Installation |
| Pick a sample cookbook | Samples and Cookbooks |
| Run, debug, or understand one service | Services |
| Compile and launch a cookbook | Operations: Workflow Runner |
| Wire VLM and LLM endpoints | VLM and LLM Endpoints |
| Download checkpoints | Model Provisioning |
| Use S3/GCS/Azure/HTTP scene or media paths | Remote Storage |
| Understand the output tree, or run one service by hand | Experiment Output Layout |
| Fix a failed run | Troubleshooting |
What you can run from this guide
- Video auto-labeling (
video_data_augmentation) - Visual Attribute Search cookbooks
- Image spatial grounding (2D grounding plus referring expressions)
- Smart Spaces warehouse event-reasoning
- Training export as a last stage or a standalone batch job
The workflow runner runs those stages locally, in order, on your machine.
Related Material
- Repository hub: Project README
- Changing the code: Developer Docs
- Cookbook index: Workflow Runner Cookbooks
- Release history: Changelog