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

No-ZeRO reshaping #289

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open

No-ZeRO reshaping #289

wants to merge 37 commits into from

Conversation

Muennighoff
Copy link
Collaborator

@Muennighoff Muennighoff commented Jun 23, 2022

Should be merged first: https://github.com/bigscience-workshop/Megatron-DeepSpeed/pull/239
Only adds tools/convert_checkpoint/deepspeed_to_deepspeed_nozero.py

Our small models are trained without ZeRO. This script enables reshaping of them.

Tests:

  • Loss continues where it left off after reshaping from
    • PP=4, TP=4 -> PP=2, TP=2 👍
    • PP=4, TP=4 -> PP=1, TP=1 👍
    • PP=2, TP=1 -> PP=1, TP=1 👍
  • Checkpoint size stays the same 👍

Notes:

  • I'm not doing any black formatting etc, as this is not a production codebase - Let me know if that's not okay & the code should be cleaner!

@Muennighoff Muennighoff changed the base branch from ds_ckpt_reshape to main July 4, 2022 08:44
adammoody pushed a commit to adammoody/Megatron-DeepSpeed that referenced this pull request Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants