Quick Start
Start the run under a name the same command can be relaunched with:TODO
- Show a hot restart that changes the rollout executor’s args and resumes under them; today the command is repeated verbatim.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Replaces the orchestration script and rollout executor of a live run, keeping trainers and engines up.
python examples/infra_features/hot_restart/run_qwen3_0_6b_hot_restart.py \
--cluster-backend kubernetes --namespace <your-namespace> --run-id my-run
python examples/infra_features/hot_restart/run_qwen3_0_6b_hot_restart.py \
--cluster-backend kubernetes --namespace <your-namespace> --run-id my-run \
--hot-restart orchestration,rollout_executor
