Skip to content

Commit

Permalink
call avif file
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Jan 22, 2025
1 parent 72910ab commit 8fb1d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/execution-modes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A multi-job manager for efficiently running an experiment that is comprised of b
When batching, jobs are not guaranteed to run in the order they are submitted. Also, while your batch jobs will run as closely together as possible, they don't get exclusive access to the backend. Therefore, your batch jobs might run in parallel with other users' jobs if there is enough processing capacity on the QPU. Additionally, QPU calibration jobs could run between the batched jobs.
</Admonition>

![This diagram illustrates jobs submitted in a batch. It shows five jobs, numbered 0 through 4, in a queue. The jobs are a mix of Estimator and Sampler.](/images/guides/batch.png 'Figure 1: Batch execution')
![This diagram illustrates jobs submitted in a batch. It shows five jobs, numbered 0 through 4, in a queue. The jobs are a mix of Estimator and Sampler.](/images/guides/batch.avif 'Figure 1: Batch execution')

To run in batch mode, specify `mode=batch` when instantiating a primitive or run the job in a batch context manager. See [Run jobs in a batch](/guides/run-jobs-batch) for examples.

Expand Down

0 comments on commit 8fb1d90

Please sign in to comment.