./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
Arguments
| Argument | Description | Required |
|---|---|---|
PATH | No description available | No |
Options
| Option | Description |
|---|---|
--id | Upload to an existing run ID. |
--project, -p | Set the project to upload the run to. |
--entity, -e | Set the entity to scope the project to. |
--job_type | Set the job type to group related runs. |
--sync-tensorboard | Sync TensorBoard tfevent files. On by default for specific paths, off for —sync-all. |
--include-globs | Include only runs matching these glob patterns (comma-separated). |
--exclude-globs | Exclude runs matching these glob patterns (comma-separated). |
--include-online | Include runs created in online mode. |
--include-offline | Include runs created in offline mode. |
--include-synced | Include runs that are already synced. |
--mark-synced | Mark runs as synced after upload. (default: True) |
--sync-all | Sync all unsynced runs in the local wandb directory. (default: False) |
--clean | Delete local data for runs that are already synced. (default: False) |
--clean-old-hours | Delete only synced runs older than this many hours (use with —clean). (default: 24) |
--clean-force | Skip the confirmation prompt if —clean is specified. (default: False) |
--show | Set the number of runs to show in the summary. (default: 5) |
--append | Append data to an existing run instead of creating a new run. (default: False) |
--skip-console | Skip uploading console logs. (default: False) |
--replace-tags | Rename tags during sync. Use ‘old=new’ pairs separated by commas. |