Skip to main content
GitHub source

Usage

wandb launch-agent [OPTIONS]

Description

Run a W&B launch agent.

Options

FlagTypeDescription
--queue, -qSTRThe name of a queue for the agent to watch. Multiple -q flags supported. Default: None
--entity, -eSTRThe entity to use. Defaults to current logged-in user Default: None
--log-file, -lSTRDestination 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. Default: None
--max-jobs, -jSTRThe maximum number of launch jobs this agent can run in parallel. Defaults to 1. Set to -1 for no upper limit Default: None
--config, -cSTRpath to the agent config yaml to use Default: None
--url, -uSTRa wandb client registration URL, this is generated in the UI Default: None
--verbose, -vINTDisplay verbose output Default: 0