Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 4 additions & 43 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,52 +164,13 @@ use-case-examples/sql-lora-finetuning-and-deployment/README.md
:caption: Training Recipes
:hidden:

nemotron/nano3/README.md
nemotron/omni3/README.md
nemotron/super3/README.md
nemotron/embed/README.md
Nemotron 3 Nano <nemotron/nano3/README.md>
Nemotron 3 Omni <nemotron/omni3/README.md>
Nemotron 3 Super <nemotron/super3/README.md>
Llama Nemotron Embed <nemotron/embed/README.md>
nemotron/artifacts.md
```

```{toctree}
:caption: Nano3 Stages
:hidden:

nemotron/nano3/pretrain.md
nemotron/nano3/sft.md
nemotron/nano3/rl.md
nemotron/nano3/evaluate.md
nemotron/nano3/import.md
```

```{toctree}
:caption: Omni3 Stages
:hidden:

nemotron/omni3/README.md
nemotron/omni3/sft.md
nemotron/omni3/rl.md
nemotron/omni3/rl/data-prep.md
nemotron/omni3/architecture.md
nemotron/omni3/inference.md
```

```{toctree}
:caption: Super3 Stages
:hidden:

nemotron/super3/README.md
nemotron/super3/pretrain.md
nemotron/super3/sft.md
nemotron/super3/rl/index.md
nemotron/super3/rl/rlvr.md
nemotron/super3/rl/swe.md
nemotron/super3/rl/rlhf.md
nemotron/super3/rl/data-prep.md
nemotron/super3/evaluate.md
nemotron/super3/quantization.md
```

```{toctree}
:caption: Nemotron Kit
:hidden:
Expand Down
10 changes: 10 additions & 0 deletions docs/nemotron/nano3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,13 @@ wandb login
- [NVIDIA AI Stack](../nvidia-stack.md)
- [CLI Framework](../cli.md)
- [Data Preparation Module](../data-prep.md)

```{toctree}
:hidden:

pretrain.md
sft.md
rl.md
evaluate.md
import.md
```
1 change: 1 addition & 0 deletions docs/nemotron/omni3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ Usage: nemotron omni3 [OPTIONS] COMMAND [ARGS]...

sft.md
rl.md
rl/data-prep.md
architecture.md
inference.md
```
14 changes: 14 additions & 0 deletions docs/nemotron/super3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,17 @@ wandb login
- [NVIDIA AI Stack](../nvidia-stack.md)
- [Execution through NeMo-Run](../../nemo_runspec/nemo-run.md)
- [Data Preparation Module](../data-prep.md)

```{toctree}
:hidden:

pretrain.md
sft.md
rl/index.md
rl/rlvr.md
rl/swe.md
rl/rlhf.md
rl/data-prep.md
evaluate.md
quantization.md
```
Loading