-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Bug]: "apply_gptq_marlin_linear" Error When TP > 1 #6889
Comments
The error message
|
Thanks for the detailed report. I introduced an bug loading channelwise weights on TP>1 for The following PR should resolve your issue: It will be in the next release. Do you need any help building vllm from source? |
Also, thanks for using If you have any feedback on the UX or anything else, please don't hesitate to raise an issue in the |
Thanks ! |
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you! |
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you! |
Your current environment
🐛 Describe the bug
The Code
The Mode Config with Compressed tensors
When tp=1, it is working fine, But When tp = 2 or tp = 4, NCCL ERROR occurs
The Model is Normal load, ERROR occurs when profile_run,
But when I use vllm0.5.1, I don't have this problem。
Hopefully this will help to see what's wrong and how I should fix it,Thanks!
The text was updated successfully, but these errors were encountered: