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

# SLURM에서 Sweeps를 어떻게 실행해야 하나요?

[SLURM scheduling system](https://slurm.schedmd.com/documentation.html)과 함께 Sweeps를 사용할 때는 예약된 각 작업에서 `wandb agent --count 1 SWEEP_ID`를 실행하세요. 이 명령은 단일 트레이닝 작업을 실행한 뒤 종료하므로, 하이퍼파라미터 검색의 병렬성을 활용하면서 리소스 요청에 필요한 실행 시간 예측을 더 쉽게 할 수 있습니다.

***

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