Skip to content

Hope support tensor parallel #1249

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

Open
Arcmoon-Hu opened this issue Mar 13, 2025 · 1 comment
Open

Hope support tensor parallel #1249

Arcmoon-Hu opened this issue Mar 13, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Arcmoon-Hu
Copy link

The default parallel mode of Transformers is pipeline parallelism, which is obviously slower than tensor parallelism. As far as I know, transformers currently support tensor parallelism, so I hope this framework can also support tensor parallelism to make quantization faster.
Thanks!

@Arcmoon-Hu Arcmoon-Hu added the enhancement New feature or request label Mar 13, 2025
@brian-dellabetta
Copy link
Collaborator

Hi @Arcmoon-Hu , as far as I know tensor parallelism is only a concern at inference and is supported in vllm -- see docs here -- but it is not generally used/needed during compression.

@brian-dellabetta brian-dellabetta self-assigned this Mar 17, 2025
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

2 participants