Download files from a W&B run. Fetch all files associated 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. For example, to download files from a run with run ID “abcd1234” in the “foobar” project and “team-awesome” entity:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-mintlify-style-consistency-1776283399.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Arguments
| Argument | Description | Required |
|---|---|---|
RUN | No description available | Yes |
Options
| Option | Description |
|---|---|
--project, -p | The project containing the run to pull files from. |
--entity, -e | The entity that owns the project. Defaults to the value of the WANDB_ENTITY environment variable or the default entity if not set. (default: models) |