-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable tensor parallel for falcon7b (#755)
**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** - [x] added unit tests and e2e tests (if applicable). --------- Signed-off-by: jerryzhuang <zhuangqhc@gmail.com> Co-authored-by: Fei Guo <guofei@microsoft.com>
- Loading branch information
Showing
4 changed files
with
79 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters