--checkpoint 填产物登记表里记录的那个路径,从作业的 Artifacts 页或
sf job status 读。--checkpoint-format 必须和框架实际写出的格式一致;
填错会尽早失败,并列出它接受哪些格式。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Convert a checkpoint to HuggingFace format
sf export my-grpo \
--checkpoint checkpoints/step_500 \
--checkpoint-format nemo-dcp
--checkpoint 填产物登记表里记录的那个路径,从作业的 Artifacts 页或
sf job status 读。--checkpoint-format 必须和框架实际写出的格式一致;
填错会尽早失败,并列出它接受哪些格式。
sf export my-grpo \
--checkpoint checkpoints/step_500 --checkpoint-format nemo-dcp \
--push-repo alice/qwen-support-v3
sf submit my-grpo --profile h200:8 --then export
sf exportsf export <EXP> [options]
| 参数 | 说明 |
|---|---|
EXP | Experiment name or path (必填) |
| 选项 | 说明 |
|---|---|
--checkpoint | Checkpoint path as recorded in the artifact registry (必填) |
--checkpoint-format | nemo-dcp | nemo-megatron | verl-fsdp | verl-megatron | huggingface (必填) |
--push-repo | Upload the converted weights to this HF Hub repo (user/name, needs HF_TOKEN) |
--profile | Hardware profile (managed by the server registry; sf status lists the available values) |
--allow-dirty | Allow uncommitted changes in the working tree |
--dry-run | Only print the command that would be submitted |