ViperEkura
646b1b0f46
refactor: replace FSDP with FSDP2 as default parallel backend
- Remove FSDPExecutor (FullyShardedDataParallel wrapper)
- Rename FSDP2Executor to FSDPExecutor, register as 'fsdp'
- Remove 'fsdp2' from CLI choices, make 'fsdp' the default parallel_mode
- Pass after_wrap to executor.prepare for compile-after-wrap ordering
- Update architecture.md, params.md, AGENTS.md references
- FSDP2 uses per-module fully_shard: no FlatParameter, better compile compat
2026-07-29 23:09:37 +08:00
..
2026-07-29 22:06:51 +08:00
2026-07-29 12:50:27 +08:00
2026-07-21 12:52:45 +08:00
2026-07-28 14:32:10 +08:00
2026-07-20 22:05:31 +08:00
2026-07-29 23:09:37 +08:00
2026-07-29 12:50:27 +08:00
2026-07-29 12:50:27 +08:00
2026-07-29 13:24:13 +08:00
2026-07-29 23:09:37 +08:00
2026-07-29 12:50:27 +08:00
2026-07-23 16:11:02 +08:00
2026-05-24 20:35:44 +08:00
2026-07-28 10:36:17 +08:00