wandb.init() starts its own backend. On a machine running many independent workers, that duplicates work and wastes CPU and memory.
Use these commands to start one detached wandb-core instance and point multiple workers on the same machine at it with the WANDB_SERVICE environment variable.
Typical workflow: