Open
Conversation
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-resume-run-quick-fix.mintlify.app |
Contributor
📚 Mintlify Preview Links📝 Changed (1 total)📄 Pages (1)
🤖 Generated automatically when Mintlify deployment succeeds |
mdlinville
reviewed
Mar 3, 2026
models/runs/resuming.mdx
Outdated
| --- | ||
|
|
||
| Specify how a run should behave in the event that run stops or crashes. To resume or enable a run to automatically resume, you will need to specify the unique run ID associated with that run for the `id` parameter: | ||
| Specify how W&B should respond if a run stops or crashes. When you initialize a run you can specify how W&B should respond if the run stops or crashes by passing an argument to the `resume` parameter. W&B checks if the run ID already exists and responds based on the argument passed to the `resume` parameter. |
Contributor
There was a problem hiding this comment.
Suggested change
| Specify how W&B should respond if a run stops or crashes. When you initialize a run you can specify how W&B should respond if the run stops or crashes by passing an argument to the `resume` parameter. W&B checks if the run ID already exists and responds based on the argument passed to the `resume` parameter. | |
| This page shows how to configure how W&B will handle a stopped or crashed run. By default, W&B always initializes a new run. If you an argument to the `resume` parameter when you initialize the run, W&B attempts to resume the run with the exact same run ID instead of initializing a new run with the same run ID. |
WDYT? As currently written, this seems kind of hard to understand, at least for me.
Contributor
Author
There was a problem hiding this comment.
How bout this?
Specify how W&B should respond if a run stops or crashes by setting the resume parameter in wandb.init(). When you initialize a run, W&B checks whether the run ID already exists and applies the behavior defined by the resume value.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Auto enable resume run section used the wrong argument. Also reworded some content to (hopefully) make it more clear.