Skip to main content

wandb launch-agent

Usage

wandb launch-agent [OPTIONS]

Summary

Run a W&B launch agent.

Options

OptionDescription
-q, --queue <queue(s)>The name of a queue for the agent to watch. Multiple -q flags supported.
-p, --projectName of the project which the agent will watch. If passed in, will override the project value passed in using a config file.
-e, --entityThe entity to use. Defaults to current logged-in user
-l, --log-fileDestination 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.
-j, --max-jobsThe maximum number of launch jobs this agent can run in parallel. Defaults to 1. Set to -1 for no upper limit
-c, --configpath to the agent config yaml to use
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž