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.
WANDB_DIR=<path>orwandb.init(dir=<path>): Controls the location of thewandbfolder created for your training script. Defaults to./wandb. This folder stores Run’s data and logsWANDB_ARTIFACT_DIR=<path>orwandb.Artifact().download(root="<path>"): Controls the location where artifacts are downloaded. Defaults to./artifactsWANDB_CACHE_DIR=<path>: This is the location where artifacts are created and stored when you callwandb.Artifact. Defaults to~/.cache/wandbWANDB_CONFIG_DIR=<path>: Where config files are stored. Defaults to~/.config/wandbWANDB_DATA_DIR=<PATH>: Controls the location used for staging artifacts during upload. Defaults to~/.cache/wandb-data/.
Environment Variables Experiments