Usage
Description
Download an artifact from W&B by its path. ThePATH format is entity/project/artifact_name:version. If
the version is omitted, use the latest alias.
Examples
Download the latest version of an artifact called “processed-training-set” from the “foobar-project” project under the “team-awesome” entity.Arguments
| Name | Default | Type | |
|---|---|---|---|
path | STR | None | True |
Options
| Flag | Type | Description |
|---|---|---|
--root | STR | Directory to download the artifact to. Uses the default artifact cache if not set. Default: None |
--type | STR | Expected artifact type. Fails if the artifact does not match. Default: None |