MoonshotAI / MoonshotAI/MoonEP

[QST] Is bounded load imbalance within MoonEP’s design scope?

Open
#30 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.1k
Forks
134
PR merge metrics
No merged PRs in 30d

Description

Hi MoonEP team, thanks for open-sourcing this work.

MoonEP currently provides exact load balance, where every rank receives
exactly S * K token assignments.

As discussed in #6, the trade-off between eliminating compute imbalance and
introducing expert-weight prefetch overhead may depend on workload shape,
especially token load and expert size.

Before investing further in this direction, I would like to understand the
intended design scope of MoonEP:

  1. Is exact S * K balance considered a fundamental MoonEP contract, or is it
    mainly the policy implemented by the current planner?
  2. Would an optional planner policy that allows a small, bounded amount of
    residual imbalance be considered in scope, if it reduces weight-prefetch
    and backward gradient-reduction traffic?
  3. Are there any public plans, experimental branches, or ongoing efforts in
    this area that external contributors should coordinate with?

Thanks!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the discussion in issue #6 and the current planner behavior described here, focusing on whether exact S * K balance is a contract or a policy. Confirm whether bounded residual imbalance and reduced prefetch or gradient-reduction traffic fit the project scope, and coordinate with any public plans or experimental work before proposing implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
distributed-systems, machine-learning, performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.