> ## 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                  # 这套部署提供的全部方法
sf methods nemo-rl/grpo     # 某个方法可调的参数
```

方法 catalog：内置 recipe 加上所有以 [recipe 包](/zh-Hans/extend/recipe-packs)发布的方法，各自带来源标记。

带名字执行会打印该方法的参数——类型、取值范围、默认值，以及每个参数落在训练框架自己配置里的哪个位置。
[`sf validate`](/zh-Hans/cli/validate) 校验你的配置时依据的就是这份声明，
所以「这里能调什么」的权威答案就在这。

## `sf methods`

List the available post-training methods

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

| 参数     | 说明                                 |
| ------ | ---------------------------------- |
| `NAME` | Method name; omit to list them all |

除 `--help` 外没有其他选项。
