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.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.
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.- W&B App
- W&B CLI
To add a job to your queue interactively with the W&B App:


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 
- Navigate to your W&B project page.
- Select the Jobs icon in the project sidebar:

- The Jobs page displays a list of W&B launch jobs created from previously executed W&B runs.

- Select the Launch button next to the job name. A modal appears.
- 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.
- 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.configof your new W&B run.

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.
- Select the Destination project, where the resulting run appears. This project must belong to the same entity as the queue.
- Select the Launch now button.