Can I turn off wandb when testing my code?

테스트 목적으로 W&B를 작동하지 않는(NOOP) 상태로 구성하려면 wandb.init(mode="disabled")를 사용하거나 WANDB_MODE=disabled를 설정하세요.