-
Notifications
You must be signed in to change notification settings - Fork 530
Upgrade to new vllm commit #3663
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
Conversation
|
👋 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. |
|
when vllm-project/vllm#27397 merged, env setting can be removed |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
798e447 to
7061509
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…lm main Signed-off-by: MengqingCao <cmq0113@163.com> Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
d4c4f50 to
c69ffb2
Compare
Signed-off-by: Icey <1790571317@qq.com>
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
What this PR does / why we need it?
Upgrade to vllm 0.11.1 and Refactor DeepSeekV3.2
vllm.utilsvllm#26908sha256, caused by [Misc] Move utils to avoid conflicts with stdlib, and move tests vllm#27169SchedulerConfig.send_delta_data, caused by [V0 Deprecation] Remove V0 executors vllm#27142FusedMoEbecause of dual stream execution, caused by [Performance] Dual stream execution of "shared_experts" and "selected_experts" inside FusedMoE vllm#26440Does this PR introduce any user-facing change?
N/A
How was this patch tested?
CI passed with new added/existing test.