Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-docs-2661.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This page describes how to add launch jobs to a launch queue. Adding a job to a queue submits it to run on the queue’s target resource. You can schedule ML workloads against the compute environment your team configured.
Ensure that you, or someone on your team, already configured a launch queue. For more information, see Set up Launch.

Add jobs to your queue

Add jobs to your queue interactively with the W&B App or programmatically with the W&B CLI.
To add a job to your queue interactively with the W&B App:
  1. Navigate to your W&B project page.
  2. Select the Jobs icon in the project sidebar:
Project Jobs tab
  1. The Jobs page displays a list of W&B launch jobs created from previously executed W&B runs.
Jobs listing
  1. Select the Launch button next to the job name. A modal appears.
  2. From the Job version dropdown, select the version of the launch job you want to use. Launch jobs are versioned like any other W&B artifact. W&B creates different versions of the same launch job if you modify the software dependencies or source code used to run the job.
  3. Within the Overrides section, provide new values for any inputs configured for your launch job. Common overrides include a new entrypoint command, arguments, or values in the wandb.Run.config of your new W&B run.
Queue configuration
To copy and paste values from other W&B runs that used your launch job, select the Paste from… button. 7. From the Queue dropdown, select the name of the launch queue you want to add your launch job to. 8. Use the Job Priority dropdown to specify the priority of your launch job. If the launch queue doesn’t support prioritization, W&B sets the priority to Medium. 9. Optional: Follow this step only if your team admin created a queue config template. Within the Queue Configurations field, provide values for configuration options that your team admin created. For example, the following image shows a team admin who configured AWS instance types that the team can use. In this case, team members can select either the ml.m4.xlarge or ml.p3.xlarge compute instance type to train their model.
Config template selection
  1. Select the Destination project, where the resulting run appears. This project must belong to the same entity as the queue.
  2. Select the Launch now button.
Your job is now queued and runs on the queue’s target resource. The resulting run appears in the destination project you selected.