ViperEkura
b092316385
feat : add distributed checkpoint via executor checkpoint_context
- Add checkpoint_context context manager to BaseExecutor with entry/exit barrier
- Add _gather_state_dict hook overridden per executor (template method)
- DDPExecutor skips unwrap on non-rank-0 to avoid redundant state_dict gather
- FSDPExecutor uses rank0_only=True to reduce memory on non-writers
- Remove redundant rank-0 guard from Checkpoint.save and manual barrier from Callback
2026-07-13 12:27:09 +08:00
..
2026-06-27 16:10:37 +08:00
2026-06-30 14:59:43 +08:00
2026-07-03 22:04:55 +08:00
2026-07-12 21:24:09 +08:00
2026-07-13 12:27:09 +08:00
2026-06-30 18:42:42 +08:00
2026-07-03 21:43:08 +08:00