> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SLURM で Sweeps を実行するにはどうすればよいですか？

[SLURM スケジューリングシステム](https://slurm.schedmd.com/documentation.html)で Sweeps を使用する場合は、スケジュールされた各ジョブで `wandb agent --count 1 SWEEP_ID` を実行してください。このコマンドは 1 つのトレーニングジョブを実行すると終了するため、ハイパーパラメーター探索の並列性を活用しつつ、リソース要求に必要な実行時間を見積もりやすくなります。

***

<Badge stroke shape="pill" color="orange" size="md">[Sweeps](/ja/support/models/tags/sweeps)</Badge>
