artifacts/ 폴더에 다운로드됩니다. 위치를 변경하려면 다음 방법 중 하나를 사용하세요.
-
wandb.Artifact().download에 경로를 전달합니다: -
WANDB_ARTIFACT_DIR환경 변수를 설정합니다:
Artifacts 환경 변수
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
artifacts/ 폴더에 다운로드됩니다. 위치를 변경하려면 다음 방법 중 하나를 사용하세요.
wandb.Artifact().download에 경로를 전달합니다:
wandb.Artifact().download(root="<path_to_download>")
WANDB_ARTIFACT_DIR 환경 변수를 설정합니다:
import os
os.environ["WANDB_ARTIFACT_DIR"] = "<path_to_download>"
Was this page helpful?