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

[WIP] Allow PP + megablox #1009

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

Conversation

gobbleturk
Copy link
Collaborator

Will add some tests here, perhaps even AOT PP over DCN before reivew. As of now just tested on real v4-8 that PP + Megablox does fine, which is expected since PP is just vmapping over stages so isn't fundamentally changing the input shardings to megablox

@@ -482,7 +482,7 @@ def update_model_vars(base_config_path, raw_keys, config_name: str):

def validate_megablox_parallelism(raw_keys):
if raw_keys["megablox"] and (
using_sequence_parallelism(raw_keys) or using_pipeline_parallelism(raw_keys) or using_expert_parallelism(raw_keys)
using_sequence_parallelism(raw_keys) or using_expert_parallelism(raw_keys)
):
raise ValueError("Currently we only support Megablox with data and tensor parallelism.")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to update the message in ValueError. Looking forward to see some baseline metrics! Thanks Matt!

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.

2 participants