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://docs.wandb.ai/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
https://wandb.ai/<team>. Replace<team>with your team name. - Select Team settings in the left navigation.
- Open the Privacy section and turn Enable code saving by default off.