- Fix single-GPU image training wrongly running under DDP when
devices="auto". - Compile only the image backbone, not the whole module, so
torch.compileno longer breaks training under DDP. - Reconcile
_orig_mod.checkpoint keys so compiled-model checkpoints load on any setup.