diff --git a/models/runs/resuming.mdx b/models/runs/resuming.mdx index 99903db00e..7b6c9ef81e 100644 --- a/models/runs/resuming.mdx +++ b/models/runs/resuming.mdx @@ -27,7 +27,7 @@ Pass one of the following arguments to the `resume` parameter to determine how W You can also specify `resume="auto"` to let W&B to automatically try to restart the run on your behalf. However, you will need to ensure that you restart your run from the same directory. See the [Enable runs to automatically resume](#enable-runs-to-automatically-resume) section for more information. -For all the examples below, replace values enclosed within `<>` with your own. +For all the examples below, replace values enclosed within `<>` with your own. You can find a live demo of a resumed run [here](https://wandb.ai/wandb/resume-run/workspace?nw=nwuserjuliarose). ## Resume a run that must use the same run ID If a run is stopped, crashes, or fails, you can resume it using the same run ID. To do so, initialize a run and specify the following: @@ -125,4 +125,4 @@ The following table outlines how W&B handles runs based on the exit status of th |------| ---------| |Status code 0| Run is considered to have terminated successfully and it will not be requeued. | |Nonzero status| W&B automatically appends the run to a run queue associated with the sweep.| -|No status| Run is added to the sweep run queue. Sweep agents consume runs off the run queue until the queue is empty. Once the queue is empty, the sweep queue resumes generating new runs based on the sweep search algorithm.| \ No newline at end of file +|No status| Run is added to the sweep run queue. Sweep agents consume runs off the run queue until the queue is empty. Once the queue is empty, the sweep queue resumes generating new runs based on the sweep search algorithm.|