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

# 환경 변수

<Card title="wandb를 오프라인으로 실행할 수 있나요?" href="/ko/support/models/articles/can-i-run-wandb-offline" arrow="true" horizontal>
  오프라인 머신에서 트레이닝하는 경우, 다음 단계에 따라 결과를 서버에 업로드하세요: 1. 환경 변수를 설정 ...
</Card>

<Card title="환경 변수가 wandb.init()에 전달된 매개변수를 덮어쓰나요?" href="/ko/support/models/articles/do-environment-variables-overwrite-the-p" arrow="true" horizontal>
  wandb.init()에 전달된 인수는 환경 변수보다 우선합니다. 시스템 기본값이 아닌 기본 디렉터리를 설정하려면 ...
</Card>

<Card title="`wandb` 파일의 로컬 위치는 어떻게 지정하나요?" href="/ko/support/models/articles/how-can-i-define-the-local-location-for-" arrow="true" horizontal>
  WANDB\_DIR= 또는 wandb.init(dir= ): 트레이닝 스크립트용으로 생성되는 wandb 폴더의 위치를 제어합니다. 기본값은 ...
</Card>

<Card title="'Failed to query for notebook' 오류는 어떻게 처리하나요?" href="/ko/support/models/articles/how-do-i-handle-the-failed-to-query-for-" arrow="true" horizontal>
  "Failed to query for notebook name" 오류 메시지가 나타나면 WANDB\_NOTEBOOK\_N ...으로 수동 설정할 수 있습니다.
</Card>

<Card title="W&B info 메시지를 어떻게 숨기나요?" href="/ko/support/models/articles/how-do-i-silence-wb-info-messages" arrow="true" horizontal>
  노트북에서 다음과 같은 log 메시지를 숨기려면: log 레벨을 logging.ERROR로 설정하여 오류만 표시하고, 숨김 ...
</Card>

<Card title="wandb가 내 터미널이나 Jupyter 노트북 출력에 쓰지 않도록 하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-stop-wandb-from-writing-to-my-t" arrow="true" horizontal>
  환경 변수 WANDB\_SILENT를 true로 설정하세요.
</Card>

<Card title="같은 머신에서 계정을 어떻게 전환하나요?" href="/ko/support/models/articles/how-do-i-switch-between-accounts-on-the-" arrow="true" horizontal>
  같은 머신에서 두 개의 W\&B 계정을 관리하려면 두 API 키를 모두 파일에 저장하세요. 리포지토리에서 다음 코드를 사용 ...
</Card>

<Card title="wandb는 어떻게 log를 스트리밍하고 디스크에 기록하나요?" href="/ko/support/models/articles/how-does-wandb-stream-logs-and-writes-to" arrow="true" horizontal>
  W\&B는 메모리에 이벤트를 큐에 넣고 이를 비동기적으로 디스크에 기록하여 장애를 처리하고 WANDB\_MODE=offline ...을 지원합니다.
</Card>

<Card title="메트릭을 오프라인으로 저장했다가 나중에 W&B와 Sync할 수 있나요?" href="/ko/support/models/articles/is-it-possible-to-save-metrics-offline-a" arrow="true" horizontal>
  기본적으로 wandb.init는 메트릭을 실시간으로 클라우드에 Sync하는 프로세스를 시작합니다. 오프라인으로 사용하려면 두 개의 환경 ...
</Card>

<Card title="wandb.init는 내 트레이닝 프로세스에 어떤 영향을 주나요?" href="/ko/support/models/articles/what-does-wandbinit-do-to-my-training-pr" arrow="true" horizontal>
  트레이닝 스크립트에서 wandb.init()가 실행되면 API call이 서버에 run 객체를 생성합니다. 새 프로세스가 시작되어 st ...
</Card>

<Card title="모델을 트레이닝하는 중 인터넷 연결이 끊기면 어떻게 되나요?" href="/ko/support/models/articles/what-happens-if-internet-connection-is-l" arrow="true" horizontal>
  라이브러리가 인터넷에 연결할 수 없으면 재시도 루프에 들어가며, 다시 연결될 때까지 메트릭 스트리밍을 계속 시도합니다 ...
</Card>

<Card title="Artifacts는 어디에 다운로드되며, 이를 어떻게 제어할 수 있나요?" href="/ko/support/models/articles/where-are-artifacts-downloaded-and-how-c" arrow="true" horizontal>
  기본적으로 Artifacts는 artifacts/ 폴더에 다운로드됩니다. 위치를 변경하려면: wandb.Artifact().download에 전달하세요: S ...
</Card>
