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

# 코드를 테스트할 때 wandb를 비활성화할 수 있나요?

테스트 목적으로 W\&B가 아무 동작도 하지 않도록(NOOP) 설정하려면 `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>
