Step Catalog#
This page catalogs every training step identifier registered under src/nemotron/steps/ in the sft, peft, rl, and optimize directories.
Each row gives the step identifier, the on-disk manifest path, and the per-step reference page.
Adjacent preparation and conversion steps do not appear in this catalog.
Those step identifiers include data_prep/sft_packing, data_prep/rl_prep, and convert/megatron_to_hf, and they live under different directories with their own manifests.
Supervised Fine-Tuning Steps#
Step Identifier |
Manifest Path |
Reference |
|---|---|---|
|
|
|
|
|
Parameter-Efficient Fine-Tuning Steps#
Step Identifier |
Manifest Path |
Reference |
|---|---|---|
|
|
|
|
|
Reinforcement Learning Steps#
Step Identifier |
Manifest Path |
Reference |
|---|---|---|
|
|
|
|
|
|
|
|
Optimization Steps#
Step Identifier |
Manifest Path |
Reference |
|---|---|---|
|
|
|
|
|
|
|
|
List Steps from the Command Line#
This catalog covers the sft, peft, rl, and optimize step categories.
Running nemotron steps list with no filter returns all registered steps, including data preparation, evaluation, conversion, environment, and other categories not listed here.
Use the --category, --consumes, and --produces filters to narrow the results.
$ nemotron steps list --category sft
$ nemotron steps list --consumes training_jsonl
$ nemotron steps list --produces checkpoint_megatron --json