By default, W&B does not log dataset examples. By default, W&B logs code and system metrics. Two methods exist to turn off code logging with environment variables:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Set
WANDB_DISABLE_CODEtotrueto turn off all code tracking. This action prevents retrieval of the git SHA and the diff patch. - Set
WANDB_IGNORE_GLOBSto*.patchto stop syncing the diff patch to the servers, while keeping it available locally for application withwandb restore.
- Navigate to the settings of your team at
https://wandb.ai/<team>/settings. Where<team>is the name of your team. - Scroll to the Privacy section.
- Toggle Enable code saving by default.
Administrator Team Management Metrics