Project Overview
- Goal: Build the underlying architecture for layer-sharded distributed Muon optimization in large-scale tensor-parallel training. Each weight matrix's Newton-Schulz orthogonalization is assigned to a dedicated home rank in the parallel domain (all_to_all gather → local full-matrix compute → scatter back), eliminating the redundant compute and per-parameter collectives of the existing duplicated mode.
- Owner: @wanyingw
Current Progress
Primary workstream — Layer-sharded Muon
Secondary (parked) — early explorations
Note
Development happens in separate repositories (optimizer library + training framework) and will be merged upstream once stabilized/cleared. The work does not change the optimizer's mathematical semantics, only restructures how the computation is distributed, backed by bitwise-level verification. Please reach out to me directly for details.
Project Overview
Current Progress
Primary workstream — Layer-sharded Muon
Core implementation (confidential repos): optimizer + training-framework integration (process groups / CLI / dense & expert dual-domain routing)
Feature completion: split-QKV support, MoE end-to-end validation
Integration readiness / upstream merge review
Secondary (parked) — early explorations
Note
Development happens in separate repositories (optimizer library + training framework) and will be merged upstream once stabilized/cleared. The work does not change the optimizer's mathematical semantics, only restructures how the computation is distributed, backed by bitwise-level verification. Please reach out to me directly for details.