Skip to main content
Upload an artifact to wandb

Usage

wandb put PATH [OPTIONS]

Arguments

ArgumentDescriptionRequired
PATHNo description availableYes

Options

OptionDescription
--name, -nThe name of the artifact to push: project/artifact_name
--description, -dA description of this artifact
--type, -tThe type of the artifact (default: dataset)
--alias, -aAn alias to apply to this artifact (default: [‘latest’])
--idThe run you want to upload to.
--resumeResume the last run from your current directory.
--skip_cacheSkip caching while uploading artifact files. (default: False)
--policySet the storage policy while uploading artifact files. (default: mutable)