Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions models/runs/resuming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 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.|