Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt

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

Yes. To run a W&B Sweep on cloud infrastructure, publish the sweep_id so that any W&B Sweep agent can access it, and implement a method for these agents to read and execute the sweep_id. For example, launch an Amazon EC2 instance and execute wandb agent on it. Use an SQS queue to broadcast the sweep_id to multiple EC2 instances. Each instance then reads the sweep_id from the queue and starts the process.
Sweeps AWS