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