Skip to main content
GitHub source Download files from a W&B run. Fetch all files assoicated with the specified run. Skip files that already exist locally with the same content. Create subdirectories as needed to mirror the structure of the files in W&B. Use the run ID to reference the run, and optionally specify the project and entity if not included in the run argument. Examples: Download files from a run with a run ID “abcd1234” in the default project and entity
wandb pull abcd1234
Download files from a run with run ID “abcd1234” in the “foobar” project and “team-awesome” entity
wandb pull -p foobar -e team-awesome abcd1234

Usage

wandb pull [OPTIONS] RUN

Options

project

The project containing the run to pull files from.
FlagDefaultType
-p, --projectNoneSTRING

entity

The entity that owns the project. Defaults to the value of the WANDB_ENTITY environment variable or the default entity if not set.
FlagDefaultType
-e, --entitymodelsSTRING

help

Show this message and exit.
FlagDefaultType
--helpFalseBOOL

CLI Help

Usage: pull [OPTIONS] RUN

  Download files from a W&B run.

  Fetch all files assoicated with the specified run. Skip files that already
  exist locally with the same content. Create subdirectories as needed to
  mirror the structure of the files in W&B.

  Use the run ID to reference the run, and optionally specify the project and
  entity if not included in the run argument.           Examples:
  Download files from a run with a run ID "abcd1234" in the default project
  and entity           ```bash wandb pull abcd1234 ```           Download
  files from a run with run ID "abcd1234" in the "foobar" project and "team-
  awesome" entity

  ```bash wandb pull -p foobar -e team-awesome abcd1234 ```

Options:
  -p, --project TEXT  The project containing the run to pull files from.
  -e, --entity TEXT   The entity that owns the project. Defaults to the value
                      of the WANDB_ENTITY environment variable or the default
                      entity if not set.
  --help              Show this message and exit.