Skip to main content
Synchronize W&B run data to the cloud. If PATH is provided, sync runs found at the given path. If a path is not specified, search for ./wandb first, then search for a wandb/ subdirectory. To sync a specific run: wandb sync ./wandb/run-20250813_124246-n67z9ude Or equivalently: wandb sync ./wandb/run-20250813_124246-n67z9ude/run-n67z9ude.wandb

Usage

wandb sync [PATH] [OPTIONS]

Arguments

ArgumentDescriptionRequired
PATHNo description availableNo

Options

OptionDescription
--viewView runs (default: False)
--verboseVerbose (default: False)
--idThe run you want to upload to.
--project, -pThe project you want to upload to.
--entity, -eThe entity to scope to.
--job_typeSpecifies the type of run for grouping related runs together.
--sync-tensorboardStream tfevent files to wandb.
--include-globsComma separated list of globs to include.
--exclude-globsComma separated list of globs to exclude.
--include-onlineInclude online runs
--include-offlineInclude offline runs
--include-syncedInclude synced runs
--mark-syncedMark runs as synced (default: True)
--sync-allSync all runs (default: False)
--cleanDelete synced runs (default: False)
--clean-old-hoursDelete runs created before this many hours. To be used alongside —clean flag. (default: 24)
--clean-forceClean without confirmation prompt. (default: False)
--ignoreNo description available
--showNumber of runs to show (default: 5)
--appendAppend run (default: False)
--skip-consoleSkip console logs (default: False)
--replace-tagsReplace tags in the format ‘old_tag1=new_tag1,old_tag2=new_tag2’