Independent community resource — Nemotron3AI.com is not affiliated with, endorsed by, or sponsored by NVIDIA Corporation.

Guide · 8 min

Run Nano through the official model card.

The NVIDIA model card is the source of truth for dependencies, trust settings, chat templates, serving examples and hardware considerations.

1. Review the model card and license

Read the intended use, supported languages, architecture notes, ethical considerations and NVIDIA Nemotron Open Model License before downloading weights.

2. Pick a serving route

Transformers is useful for direct Python evaluation. The official example uses the NVIDIA repository identifier and enables custom model code.

vLLM or SGLang can expose an OpenAI-compatible local endpoint for applications. The model card includes current launch examples for both.

Docker Model Runner offers a container-oriented route, while the model card also links to community quantizations for compatible local applications.

3. Validate your environment

Weights are large. Check storage, GPU memory, compute capability, framework versions and quantization options before downloading. Start with a short test prompt and measured output limit.

4. Keep reasoning configurable

Nano supports reasoning and non-reasoning behavior through its chat template. Use the exact current template from the official repository rather than copying an old snippet.

Open NVIDIA’s official Nano model card