Open leiwen83 opened 5 months ago
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!
🚀 The feature, motivation and pitch
Current vllm don't support tp if vocab_size cannot be fully divided by tp number.
it would raise error as:
But for those model may only 5 card's gpu memory could hold, still need 8 for this reason, which is some kind of waste.
Alternatives
Could we support this asymmetric tp case? So that more gpu card could be saved?
Additional context
No response