Refactor vllm_hpu -> vllm_gaudi#2
Merged
Merged
Conversation
Signed-off-by: Konrad Zawora <kzawora@habana.ai>
0ca3ff4 to
203e2e7
Compare
xuechendi
approved these changes
Jun 26, 2025
Signed-off-by: Konrad Zawora <kzawora@habana.ai>
Signed-off-by: Konrad Zawora <kzawora@habana.ai>
Signed-off-by: Konrad Zawora <kzawora@habana.ai>
adobrzyn
added a commit
that referenced
this pull request
Sep 8, 2025
Signed-off-by: Agata Dobrzyniewicz <adobrzyniewicz@habana.ai>
skavulya
pushed a commit
to skavulya/vllm-gaudi
that referenced
this pull request
Nov 11, 2025
* add get_finished after decode in execute_model * remove extra get_finished
afierka-intel
added a commit
to afierka-intel/vllm-gaudi
that referenced
this pull request
Mar 12, 2026
- Use local 'effective_total_tokens' instead of reassigning 'total_num_scheduled_tokens' to avoid side effects (finding vllm-project#2) - Guard 'req_start_idx' accumulation with 'if padded_seq_len is None' to avoid dead code in the padded path (finding vllm-project#3) - Add unit tests for _gather_mm_embeddings covering both 2D padded and 1D non-padded paths (finding vllm-project#1)
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.
No description provided.