馃殌 Feature
Hi, I want to implement FSDP support for the pytorch/ignite. I propose integrating it into Ignite's auto_model. The checkpoint handlers will be updated to safely export sharded weights to CPU RAM as a consolidated FULL_STATE_DICT, preventing VRAM OOM issues while preserving backward compatibility with the existing single file DiskSaver logic. Do you have any other suggestions for this PR? I would like to get your feedback and implement this clean.
馃殌 Feature
Hi, I want to implement FSDP support for the pytorch/ignite. I propose integrating it into Ignite's auto_model. The checkpoint handlers will be updated to safely export sharded weights to CPU RAM as a consolidated FULL_STATE_DICT, preventing VRAM OOM issues while preserving backward compatibility with the existing single file DiskSaver logic. Do you have any other suggestions for this PR? I would like to get your feedback and implement this clean.