Skip to content

Conversation

@jiminha
Copy link
Contributor

@jiminha jiminha commented Dec 2, 2025

Due to the latest changes from upstream, gemma3 is failing to compile on HPU
vllm-project/vllm#27772
vllm-project/vllm#28842

-replace unfold to view/reshape
-replace text embedding to avoid dynamic shape
-remove merge_multimodal replacement since masked_scatter issue is fixed
-enable back gemma3 model test

@github-actions
Copy link

github-actions bot commented Dec 2, 2025

🚧 CI Blocked

The main CI workflow was not started for the following reason:

Your branch is behind the base branch. Please merge or rebase to get the latest changes.

class HPUConv2dLayer(Conv2dLayer):

def _forward_mulmat(self, x: torch.Tensor) -> torch.Tensor:
assert x.dim() == 4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
assert x.dim() == 4
assert x.dim() == 4, f"Expected NCHW, got {x.shape}"

slightly clearer version

@github-actions
Copy link

github-actions bot commented Dec 3, 2025

✅ CI Passed

All checks passed successfully against the following vllm commit:
a2b053dc858db461d8d98cff37ee7c67ba21126b

-replace unfold to view/reshape
-replace text embedding to avoid dynamic shape
-remove merge_multimodal replacement since masked_scatter issue is fixed
-enable gemma3 model test

Signed-off-by: Jimin Ha <jimin.ha@intel.com>
@jiminha jiminha force-pushed the jha/gemma3_textembedding branch from 29431db to bc58c71 Compare December 3, 2025 00:47
@github-actions
Copy link

github-actions bot commented Dec 3, 2025

🚧 CI Blocked

The main CI workflow was not started for the following reason:

Your branch is behind the base branch. Please merge or rebase to get the latest changes.

Signed-off-by: Jimin Ha <jimin.ha@intel.com>
@github-actions
Copy link

github-actions bot commented Dec 3, 2025

🚧 CI Blocked

The main CI workflow was not started for the following reason:

Your branch is behind the base branch. Please merge or rebase to get the latest changes.

@github-actions
Copy link

github-actions bot commented Dec 3, 2025

✅ CI Passed

All checks passed successfully against the following vllm commit:
a2b053dc858db461d8d98cff37ee7c67ba21126b

@iboiko-habana iboiko-habana merged commit 36d92db into vllm-project:main Dec 3, 2025
44 checks passed
mhelf-intel pushed a commit to mhelf-intel/vllm-gaudi that referenced this pull request Dec 5, 2025
Due to the latest changes from upstream, gemma3 is failing to compile on
HPU
vllm-project/vllm#27772
vllm-project/vllm#28842

-replace unfold to view/reshape
-replace text embedding to avoid dynamic shape
-remove merge_multimodal replacement since masked_scatter issue is fixed
-enable back gemma3 model test

---------

Signed-off-by: Jimin Ha <jimin.ha@intel.com>
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