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

[Parallelism] Implement vocabulary parallelism #680

Open
casper-hansen opened this issue Nov 15, 2024 · 1 comment
Open

[Parallelism] Implement vocabulary parallelism #680

casper-hansen opened this issue Nov 15, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@casper-hansen
Copy link

Balancing Pipeline Parallelism with Vocabulary Parallelism introduces a way to handle vocabulary scaling together with PP. While context parallelism splits the sequence dimension across devices, Vocabulary Parallelism specifically splits the vocabulary dimension of embedding layers.

image

Results:

image

@fegin fegin added the enhancement New feature or request label Nov 15, 2024
@gnadathur
Copy link
Contributor

cc: @H-Huang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants