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] 2d parallelism chapter - tensor parallelism #39

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

Conversation

corey-lambda
Copy link
Contributor

@corey-lambda corey-lambda commented Oct 9, 2024

Adds details on tensor parallelism.

@corey-lambda
Copy link
Contributor Author

Discussing tensor parallelism here: https://discuss.pytorch.org/t/tp-fsdp-sync-module-states-cpu-offload/211386/2

@corey-lambda corey-lambda changed the title [WIP] 2d parallelism chapter [WIP] 2d parallelism chapter - tensor parallelism Oct 15, 2024
Comment on lines +174 to +175
sharding_strategy=ShardingStrategy.NO_SHARD,
device_mesh=mesh["dp"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It seems like if you pass in sync_module_states=True, and HYBRID_SHARD, that it will broadcast from the right process group.

I'd test this out. But it also means we'd need to load the weights on ranks 0-7?

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.

1 participant