[FIX_FOR_VLLM_LATEST] Fix block_size used in eagle#773
Merged
iboiko-habana merged 3 commits intovllm-project:mainfrom Jan 7, 2026
Merged
Conversation
iboiko-habana
added a commit
to iboiko-habana/vllm-gaudi
that referenced
this pull request
Jan 2, 2026
Signed-off-by: Iryna Boiko <iboiko@habana.ai>
40bb589 to
79b6977
Compare
79b6977 to
a48db74
Compare
Contributor
Author
|
Waiting for #774 |
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Signed-off-by: Paweł Olejniczak <polejniczakx@habana.ai>
a48db74 to
325a61f
Compare
Signed-off-by: Paweł Olejniczak <polejniczakx@habana.ai>
325a61f to
dbcb15c
Compare
✅ CI PassedAll checks passed successfully against the following vllm commit: |
iboiko-habana
approved these changes
Jan 7, 2026
jinyouzhi
pushed a commit
to jinyouzhi/vllm-gaudi
that referenced
this pull request
Jan 14, 2026
Fix for upstream changes: https://github.com/vllm-project/vllm/pull/31540/files --------- Signed-off-by: Paweł Olejniczak <polejniczakx@habana.ai> Co-authored-by: Iryna Boiko <iboiko@habana.ai> Signed-off-by: Jin, Youzhi <youzhi.jin@intel.com>
slokesha
pushed a commit
to libinta/vllm-gaudi
that referenced
this pull request
Feb 9, 2026
Fix for upstream changes: https://github.com/vllm-project/vllm/pull/31540/files --------- Signed-off-by: Paweł Olejniczak <polejniczakx@habana.ai> Co-authored-by: Iryna Boiko <iboiko@habana.ai> Signed-off-by: slokesha <slokeshappa@habana.ai>
rajanintel24
pushed a commit
to rajanintel24/vllm-gaudi
that referenced
this pull request
Feb 11, 2026
Fix for upstream changes: https://github.com/vllm-project/vllm/pull/31540/files --------- Signed-off-by: Paweł Olejniczak <polejniczakx@habana.ai> Co-authored-by: Iryna Boiko <iboiko@habana.ai>
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.
Fix for upstream changes (run_spec_decode_eagle3_test):
https://github.com/vllm-project/vllm/pull/31540/files
Import #774 which includes:
Fix for Fix embedding models, after bug found in [Core] Enable async scheduling by default vllm#27614
Quick fix for [BugFix] Fix async scheduling for pooling models vllm#31584, refactor is required
Fix for [Platform] Deprecate seed_everything vllm#31659
Fix for [Chore] Try remove
init_cached_hf_modulesvllm#31786