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

Tensor Parallelism #1

Open
timmytwoteeth opened this issue Mar 14, 2024 · 3 comments
Open

Tensor Parallelism #1

timmytwoteeth opened this issue Mar 14, 2024 · 3 comments

Comments

@timmytwoteeth
Copy link

Hello,

Thank you for the great work.

I was wondering if scatter moe supported tensor parallelism?

Thank you!

@shawntan
Copy link
Owner

We're thinking about it! I'll keep this issue open as a reminder.

@timmytwoteeth
Copy link
Author

Appreciate the update.

@yikangshen
Copy link
Contributor

If you need a model parallel for training, we suggest using Pipeline parallelism for now. It works very well for MoE models because they usually have a narrow hidden state compared to the number of parameters.

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

No branches or pull requests

3 participants