Shut down the Python interpreter and release all resources. Call once after all wandb runs (including sweep runs) are finished. No wandb calls should be made after this.
subroutine wandb_shutdown() !! Shut down the Python interpreter and release all resources. !! Call once after all wandb runs (including sweep runs) are finished. !! No wandb calls should be made after this. call wandb_shutdown_c() end subroutine wandb_shutdown