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

fix: disable tensor parallel for falcon7b #755

Merged
merged 4 commits into from
Dec 5, 2024

Conversation

zhuangqh
Copy link
Collaborator

@zhuangqh zhuangqh commented Dec 4, 2024

Reason for Change:

vllm requires the model specification to be exactly divisible by
the number of GPUs (tensor parallel level).
while falcon-7b-instruct have 71 attention heads, which is a prime number.
So, give up tensor parallel inference for it.

Requirements

  • added unit tests and e2e tests (if applicable).

Signed-off-by: jerryzhuang <zhuangqhc@gmail.com>
Signed-off-by: jerryzhuang <zhuangqhc@gmail.com>
@Fei-Guo Fei-Guo merged commit 3882218 into kaito-project:main Dec 5, 2024
3 of 6 checks passed
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

Successfully merging this pull request may close these issues.

3 participants