Skip to main content
Run a W&B launch agent.

Usage

wandb launch-agent [OPTIONS]

Options

OptionDescription
--queue, -qThe name of a queue for the agent to watch. Multiple -q flags supported.
--entity, -eThe entity to use. Defaults to current logged-in user
--log-file, -lDestination for internal agent logs. Use - for stdout. By default all agents logs will go to debug.log in your wandb/ subdirectory or WANDB_DIR if set.
--max-jobs, -jThe maximum number of launch jobs this agent can run in parallel. Defaults to 1. Set to -1 for no upper limit
--config, -cpath to the agent config yaml to use
--url, -ua wandb client registration URL, this is generated in the UI
--verbose, -vDisplay verbose output (default: 0)