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.
Support Home
Browse support articles by product
W&B Models
186 articles · 34 tags
W&B Weave
16 articles · 8 tags
Serverless Inference
7 articles · 5 tags
Featured articles
W&B Models
How can I configure the name of the run in my training code?
At the beginning of the training script, call wandb.init with a run name. For example: wandb.init(name=“my_awesome_run”) …Experiments
How do I use custom CLI commands with sweeps?
You can use W&B Sweeps with custom CLI commands if training configuration passes command-line arguments. This lets you r …Sweeps
Is it possible to save metrics offline and sync them to W&B later?
By default, wandb.init starts a process that syncs metrics in real time to the cloud. If you need to run experiments wit …ExperimentsEnvironment VariablesMetrics
What does wandb.init do to my training process?
When wandb.init() runs in a training script, an API call creates a run object on the W&B servers. A new process starts t …Environment VariablesExperiments
Still can't find what you are looking for?
Contact support