-y 跳过。
清理前先用 sf job status 看看这次 run 还留着什么,
值得留的先 export 出来。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete an experiment’s checkpoints and logs
sf clean my-grpo
-y 跳过。
config.yaml 和 recipe.lock.json 会留下,实验还能重新提交——
但没导出过的 checkpoint 就没了,用 --init-from 指向它开新 run 的能力也一并没了。sf job status 看看这次 run 还留着什么,
值得留的先 export 出来。
sf cleansf clean <EXP> [options]
| 参数 | 说明 |
|---|---|
EXP | Experiment name or path (必填) |
| 选项 | 说明 |
|---|---|
--yes, -y | Skip the confirmation |