Set up W&B Launch with ARIA
ARIA can help you configure W&B Launch from the chat. For example, if you ask ARIA:User prompt
ARIA response
ARIA response
Launch components
W&B Launch has three core components:- Launch job: A reusable blueprint for configuring and running a task in an ML workflow.
- Launch queue: A first-in, first-out queue that submits jobs to a compute target, such as a Kubernetes cluster.
- Launch agent: A process that polls a queue and runs jobs on the compute target configured for that queue.
| Step | Usually performed by | Details |
|---|---|---|
| Create a Launch queue | ARIA or team admin | ARIA can help create a queue when the required permissions and target backend are clear. Team admin permissions might be required |
| Choose or provision a compute backend | Team member or infrastructure owner | ARIA needs access to a Docker host, Kubernetes cluster, SageMaker environment, or Vertex AI environment. ARIA cannot provision infrastructure unless it is already accessible through W&B Launch. |
| Start the Launch agent | Team member or infrastructure owner | The Launch agent must run persistently on your machine or cluster with W&B credentials. |
| Configure a service account or API key | Team admin | Create and store service account keys securely. For more information, see Manage secrets. |
| Submit experiments to the queue | ARIA | After a queue has an active agent, ARIA can submit jobs, relaunch runs with config overrides, monitor results, debug failures, and compare metrics. |