> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 코드를 테스트하는 동안 W&B를 비활성화하려면 어떻게 하나요?

테스트 시 W\&B가 아무 작업도 하지 않도록 설정하려면 `wandb.init(mode="disabled")`를 사용하거나 `WANDB_MODE=disabled`를 설정하세요.

<Note>
  `wandb.init(mode="disabled")`를 사용하더라도 W\&B는 계속 아티팩트를 `WANDB_CACHE_DIR`에 저장합니다.
</Note>

***

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