Skip to main content
Replace the orchestration script and the rollout executor of a running job without taking down the trainers or the inference engines.

Quick Start

Start the run under a name the same command can be relaunched with:
While it trains, hot restart it with the same command plus one flag:
Both invocations name the same W&B run, so the relaunched orchestration script resumes reporting into the run the original launch opened.

TODO

  • Show a hot restart that changes the rollout executor’s args and resumes under them; today the command is repeated verbatim.