You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config(dynaclr): pin TMPDIR/WANDB_DIR in gut launchers
W&B logs sample-image grids by writing PNGs to a temp dir under $TMPDIR
before upload. On some SLURM nodes the default /tmp is per-job and gets
swept mid-run, so validation image logging crashed with
FileNotFoundError: .../wandb-media/*.png (training itself was fine — the
run reached epoch 3). Pin TMPDIR and WANDB_DIR to persistent paths under
MODEL_ROOT that the launcher creates, so the media temp dir can't vanish.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments