Usage
Description
Save data logged to W&B locally without uploading it to the cloud. Usewandb online or wandb sync to upload offline runs.
For example, to run a script in offline mode to log data locally without syncing
to the cloud:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
offline [OPTIONS]
wandb online or wandb sync to upload offline runs.
For example, to run a script in offline mode to log data locally without syncing
to the cloud:
wandb offline && python train.py
wandb offline && python train.py
wandb sync --sync-all
Was this page helpful?