Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

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

Usage

offline [OPTIONS]

Description

Save data logged to W&B locally without uploading it to the cloud. Use 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
To run a script in offline mode:
wandb offline && python train.py
At a later time, sync all offline runs to the cloud:
wandb sync --sync-all