-
Notifications
You must be signed in to change notification settings - Fork 130
[FIX_FOR_VLLM_CUSTOM=5b39b268f506150dbab38f6f6c04b7c843e37c07] Fix upstream regressions: MoE refactor, DeepSeek V4 router, KV offload HMA #1403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
iboiko-habana
merged 10 commits into
vllm-project:main
from
pawel-olejniczak:fix/vllm-hourly-29-4
May 6, 2026
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
2d9bd37
[FIX_FOR_VLLM_CUSTOM=2c06cf3486] Fix MoE runner import rename and LoR…
pawel-olejniczak 469c397
[FIX_FOR_VLLM_CUSTOM=4d51588e23] Fix FusedMoE test helper for DeepSee…
pawel-olejniczak e1b5a1d
[FIX_FOR_VLLM_CUSTOM=8a8c9b564e] Sync offloading test utils with upst…
pawel-olejniczak 0024ea4
[FIX_FOR_VLLM_CUSTOM=4d51588e23] Add hash_indices_table to HPU create…
pawel-olejniczak ee4b2f2
[FIX_FOR_VLLM_CUSTOM=809d83c2dc] Fix MoE test calls: _forward_dispatc…
pawel-olejniczak 478cfdd
[FIX_FOR_VLLM_CUSTOM=8a8c9b564e] Adapt to OffloadingConnectorMetadata…
pawel-olejniczak 136c558
[FIX_FOR_VLLM_CUSTOM=a250f1bd5f] Implement add_shrink and add_expand …
pawel-olejniczak b07d258
[FIX_FOR_VLLM_CUSTOM=809d83c2dc] Fix INC FP8 DeepSeek V2 crash after …
pawel-olejniczak 7ef596d
[FIX_FOR_VLLM_CUSTOM=626daa2076] Accept synthetic_mode kwarg in HPU r…
pawel-olejniczak fe67ede
[FIX_FOR_VLLM_CUSTOM=4d51588e23] Pass input_ids through patched MoE f…
pawel-olejniczak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MockOffloadingSpec sets manager.lookup.return_value twice (first to 0, then to False). This looks accidental and makes it unclear what the mocked contract is supposed to be. Please remove the redundant assignment and keep a single return type/value consistent with OffloadingManager.lookup's expected behavior.