[CI] Main2main 0513#9137
Closed
Potabk wants to merge 21 commits into
Closed
Conversation
Contributor
|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
Contributor
|
Warning Gemini encountered an error creating the summary. You can try again by commenting |
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
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.
What this PR does / why we need it?
fix [Bugfix] Fix SP pass for multimodal models and PP+SP residual handling vllm#33322
overwrite
gpu_modelrunner.sync_and_gather_intermediate_tensors, for the sceniropp+sp+tp, skip scatter the residual for ascend[Model Runner V2] support qwen35 / mamba hybrid model vllm#35520
Adapted to the modifications of
ModelRunner v2for hybrid attn in interface level, .Todo: Added support for Mamba in ModelRunner in Ascend. any pull_request is welcome
[Aiter][ROCm] gdn_linear_attn kernel fusion vllm#40711
[Attention][Cleanup] Remove tree attention vllm#42121
[Model] use AutoWeightsLoader for DeepSeekV2 vllm#41706
[Core] Replace routing replay with device cache and async D2H pipeline vllm#39917
Disable
async_schedulewhenenable_return_routed_experts=True[MoE Refactor] Move expert map related code into ExpertMapManager class vllm#41046
[MoE Refactor] EPLB refactoring for FusedMoE vllm#41055
[Model Runner V2] Apply synthetic mode to probabilistic rejection sampler vllm#41035
Does this PR introduce any user-facing change?
How was this patch tested?