How can I disable logging of system metrics to W&B?

To disable logging of system metrics, set _disable_stats to True:

wandb.init(settings=wandb.Settings(x_disable_stats=True))

Last modified February 19, 2025: 06c377d