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

# How can I configure the name of the run in my training code?

트레이닝 스크립트 시작 부분에서 실험 이름을 사용하여 `wandb.init`을 호출하세요. 예를 들어 `wandb.init(name="my_awesome_run")`과 같이 호출할 수 있습니다.
