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

# wandb를 오프라인 모드로 실행할 수 있나요?

트레이닝이 오프라인 머신에서 수행되는 경우, 다음 단계에 따라 결과를 서버에 업로드하세요.

1. 인터넷 연결 없이 메트릭을 로컬에 저장하려면 환경 변수 `WANDB_MODE=offline`를 설정하세요.
2. 업로드할 준비가 되면 디렉터리에서 `wandb init`를 실행해 프로젝트 이름을 설정하세요.
3. `wandb sync YOUR_RUN_DIRECTORY`를 사용해 메트릭을 클라우드 서비스로 전송하고, 호스팅된 웹 앱에서 결과를 확인하세요.

run이 오프라인 상태인지 확인하려면 `wandb.init()`를 실행한 후 `run.settings._offline` 또는 `run.settings.mode`를 확인하세요.

***

<Badge stroke shape="pill" color="orange" size="md">[Experiments](/ko/support/models/tags/experiments)</Badge><Badge stroke shape="pill" color="orange" size="md">[환경 변수](/ko/support/models/tags/environment-variables)</Badge>
