Skip to content

v2.7.2

Latest

Choose a tag to compare

@pjbull pjbull released this 30 Jun 05:06
  • Fix single-GPU image training wrongly running under DDP when devices="auto".
  • Compile only the image backbone, not the whole module, so torch.compile no longer breaks training under DDP.
  • Reconcile _orig_mod. checkpoint keys so compiled-model checkpoints load on any setup.