Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

If you encounter the error resume='must' but run ([RUN-ID]) doesn't exist, the run you’re attempting to resume doesn’t exist within the project or entity. Ensure that you’re logged in to the correct instance and that the project and entity are set. Replace [ENTITY], [PROJECT], and [RUN-ID] with your entity, project, and run ID:
wandb.init(entity=[ENTITY], project=[PROJECT], id=[RUN-ID], resume='must')
To verify that you’re authenticated, run wandb login --relogin.
Resuming Runs