refactor: Remove separate moe_mesh references - #1824
Conversation
|
Hello @adil-a, I am just opening up this draft to talk more about the design changes. My current plans are to:
Before I begin, should I initialize |
Signed-off-by: Edison <edisonggacc@gmail.com>
Signed-off-by: Edison <edisonggacc@gmail.com>
1108a09 to
a30b7f0
Compare
|
/ok to test b3b2ca8 |
|
/ok to test 136f4cb |
|
Hi @edjson , thanks for taking a stab at this. I'd like to actually minimize the blast radius from this PR. The main goal is just to ensure that As you mentioned, this is just an initial draft and likely a lot of these issues would go away once we have a more complete implementation. However, just to minimize any regressions across the codebase, my proposal is that we keep the internals the same as they are with minimal source code changes to the internal code. Let's keep the goal of this PR to just remove |
|
Hello @adil-a, Thank you for the feed back. I understand, and will begin reworking the PR. Thank you. |
|
Opened a new pull request #2123 in approaching a more focused approach as suggested in review. |
What does this PR do ?
Removes separate moe_mesh parameter form NeMoAutoModel so users only need to pass in device_mesh to the NeMoAutoModel class.
Changelog
Before your PR is "Ready for review"
Pre checks:
If you haven't finished some of the above items you can still open "Draft" PR.
Additional Information