> ## Documentation Index
> Fetch the complete documentation index at: https://starforge.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# sf methods

> List the available post-training methods

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
sf methods                  # everything this deployment offers
sf methods nemo-rl/grpo     # one method's tunable parameters
```

The method catalog: built-in recipes plus anything published as a
[recipe pack](/en/extend/recipe-packs), each with a source badge.

With a name, it prints that method's parameters — their types, ranges, defaults and where each one
lands in the training framework's own config. That is the same declaration
[`sf validate`](/en/cli/validate) checks your config against, so it is the authoritative answer to
"what can I tune here".

## `sf methods`

List the available post-training methods

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
sf methods [NAME]
```

| Argument | Description                        |
| -------- | ---------------------------------- |
| `NAME`   | Method name; omit to list them all |

No options beyond `--help`.
