> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/gym/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/gym/llms-full.txt.

# Overview

Model recipes are tutorials to run Gym with various data recipes that were used to train models.

## Backend Guides

<Cards>
  <Card title="Nemotron 3 Nano" href="/v0.2/model-recipes/nemotron-3-nano">
    Distributed training of Nemotron 3 Nano 30B across multiple nodes using Slurm and Ray.

    <Badge minimal outlined>
      model recipe
    </Badge>

    <Badge minimal outlined>
      nemotron
    </Badge>
  </Card>

  <Card title="Nemotron 3 Super" href="/v0.2/model-recipes/nemotron-3-super">
    Distributed training of Nemotron 3 Super 120B across multiple nodes using Slurm and Ray.

    <Badge minimal outlined>
      model recipe
    </Badge>

    <Badge minimal outlined>
      nemotron
    </Badge>
  </Card>
</Cards>