Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support for mcore optimizer (to enable MoE) #380

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

terrykong
Copy link
Collaborator

@terrykong terrykong commented Nov 5, 2024

What does this PR do ?

  • Finishes up support for mcore optimizer
  • adds tests for mixtral EP and mixtral TP + SP + peft

Rebase stack

Changelog

  • Please update the CHANGELOG.md under next version with high level changes in this PR.

Usage

  • You can potentially add a usage example below
# Add a code snippet demonstrating how to use this 

Before your PR is "Ready for review"

Pre checks:

Checklist when contributing a new algorithm

  • Does the trainer resume and restore model state all states?
  • Does the trainer support all parallelism techniques(PP, TP, DP)?
  • Does the trainer support max_steps=-1 and validation?
  • Does the trainer only call APIs defined in alignable_interface.py?
  • Does the trainer have proper logging?

Additional Information

  • Related to # (issue)

@terrykong terrykong force-pushed the tk/dpo-moe-fix branch 2 times, most recently from 56163e1 to 4fd8963 Compare November 7, 2024 17:18
@terrykong terrykong changed the title feat: DPO support for mcore optimizer and MoE feat: support for mcore optimizer to enable MoE and support global padding to multiple for DPO Nov 7, 2024
@terrykong
Copy link
Collaborator Author

The DPO dataset changes should stand on their own, but are needed to test the mcore opt changes for moe. If moe issues take too long to resolve, I'll break this up.

@terrykong terrykong force-pushed the tk/dpo-moe-fix branch 3 times, most recently from 9a48bf1 to b9cf184 Compare November 7, 2024 18:55
@terrykong terrykong changed the title feat: support for mcore optimizer to enable MoE and support global padding to multiple for DPO feat: support for mcore optimizer to enable MoE Nov 7, 2024
@terrykong terrykong changed the title feat: support for mcore optimizer to enable MoE feat: support for mcore optimizer (to enable MoE) Nov 7, 2024
@terrykong terrykong mentioned this pull request Nov 8, 2024
8 tasks
@terrykong terrykong force-pushed the tk/dpo-moe-fix branch 7 times, most recently from b1bca36 to ccce0b3 Compare November 15, 2024 07:46
@terrykong terrykong added the Run CICD Set + un-set to retrigger label Nov 15, 2024
Signed-off-by: Terry Kong <[email protected]>

moe test is all2all

Signed-off-by: Terry Kong <[email protected]>

other params

Signed-off-by: Terry Kong <[email protected]>

fix peft mixtral

Signed-off-by: Terry Kong <[email protected]>
@terrykong terrykong marked this pull request as ready for review November 20, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algorithms CI Run CICD Set + un-set to retrigger Utils
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants