Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

デフォルトでは、Artifacts は artifacts/ フォルダーにダウンロードされます。保存先を変更するには、次のいずれかの方法を使用します。
  • wandb.Artifact().download に指定します。
    wandb.Artifact().download(root="<path_to_download>")
    
  • WANDB_ARTIFACT_DIR環境変数を設定します。
    import os
    os.environ["WANDB_ARTIFACT_DIR"] = "<path_to_download>"
    

Artifacts 環境変数