Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt

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

Arguments passed to wandb.init override environment variables. To respect a user-set environment variable while still providing a fallback, read the environment variable yourself. For example, to set a default directory other than the system default when the WANDB_DIR environment variable isn’t set, use wandb.init(dir=os.getenv("WANDB_DIR", my_default_override)).
Environment Variables