Merged
Conversation
Contributor
Author
|
/build-konflux |
Contributor
Author
|
Hi @wznoinsk, |
moulalis
approved these changes
Jan 15, 2026
Shafi-Hussain
pushed a commit
to odh-on-pz/vllm-cpu
that referenced
this pull request
Feb 9, 2026
not setting `UV_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cu128` caused torch+cu126 to be installed.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reintroduce support for head dimensions 80 and 112 in CPU attention backend which were previously removed in vllm-project/vllm#27954 but these head dimensions are commonly used by granite models deployed on Z archs. Since these heads are not friendly for Intel AMX instruction set. The implementation now falls back to vec16.
Test Plan
Build Docker image and test using ibm-granite/granite-3b-code-base-2k model which has head size of 80.
Upstream PR - vllm-project/vllm#31968
Main branch PR - #251