wandb artifact put

Upload an artifact to wandb

Usage

wandb put PATH [OPTIONS]

Arguments

Argument Description Required
PATH No description available Yes

Options

Option Description
--name, -n The name of the artifact to push: project/artifact_name
--description, -d A description of this artifact
--type, -t The type of the artifact (default: dataset)
--alias, -a An alias to apply to this artifact (default: [’latest’])
--id The run you want to upload to.
--resume Resume the last run from your current directory.
--skip_cache Skip caching while uploading artifact files. (default: False)
--policy Set the storage policy while uploading artifact files. (default: mutable)