Skip to main content
GitHub source Run a W&B launch sweep (Experimental).

Usage

wandb launch-sweep [OPTIONS] [CONFIG]

Arguments

config

NameDefaultType
configNoneFile Path

Options

queue

The name of a queue to push the sweep to
FlagDefaultType
-q, --queueNoneSTRING

project

Name of the project which the agent will watch. If passed in, will override the project value passed in using a config file
FlagDefaultType
-p, --projectNoneSTRING

entity

The entity to use. Defaults to current logged-in user
FlagDefaultType
-e, --entityNoneSTRING

resume_id

Resume a launch sweep by passing an 8-char sweep id. Queue required
FlagDefaultType
-r, --resume_idNoneSTRING

prior_runs

ID of an existing run to add to this sweep
FlagDefaultType
-R, --prior_runNoneSTRING

help

Show this message and exit.
FlagDefaultType
--helpFalseBOOL

CLI Help

Usage: launch-sweep [OPTIONS] [CONFIG]

  Run a W&B launch sweep (Experimental).

Options:
  -q, --queue TEXT      The name of a queue to push the sweep to
  -p, --project TEXT    Name of the project which the agent will watch. If
                        passed in, will override the project value passed in
                        using a config file
  -e, --entity TEXT     The entity to use. Defaults to current logged-in user
  -r, --resume_id TEXT  Resume a launch sweep by passing an 8-char sweep id.
                        Queue required
  -R, --prior_run TEXT  ID of an existing run to add to this sweep
  --help                Show this message and exit.