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 20, 2025: c1984ba