WandB Offline Sync Hook (Modified)
December 2, 2025 ยท View on GitHub
Source: https://github.com/klieret/wandb-offline-sync-hook
Purpose:
Enable Weights & Biases (WandB) logging on SLURM distributed systems where only the login node has internet access.
Modifications:
This codebase has been modified to address a known issue in the original repository: https://github.com/klieret/wandb-offline-sync-hook/issues/115
Specific changes:
- Modified
hooks.pyto fix the synchronization issue across different ranks. - Updated system environment configuration in
src.modelto ensure reliable syncing.