Skip to main content
W&B stores artifact files in a private Google Cloud Storage bucket located in the United States by default. All files are encrypted at rest and in transit. For sensitive files, we recommend you set up Private Hosting or use reference artifacts. During training, W&B locally saves logs, artifacts, and configuration files in the following local directories: For a complete guide to using environment variables to configure W&B, see the environment variables reference.
Depending on the machine on wandb is initialized on, these default folders may not be located in a writeable part of the file system. This might trigger an error.

Clean up local artifact cache

W&B caches artifact files to speed up downloads across versions that share files in common. Over time this cache directory can become large. Run the wandb artifact cache cleanup command to prune the cache and to remove any files that have not been used recently. The following code snippet demonstrates how to limit the size of the cache to 1GB. Copy and paste the code snippet into your terminal: