-
Notifications
You must be signed in to change notification settings - Fork 463
fix ascend fused moe spelling error #2863
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
Signed-off-by: zhaozixin <zhaozixin1@huawei.com>
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.
Code Review
This pull request contains a spelling correction for the routed_scaling_factor
parameter in vllm_ascend/ops/common_fused_moe.py
. The change is applied consistently in the __init__
method of the AscendFusedMoE
class, both in its signature and the call to the superclass constructor. This resolves a potential runtime error.
👋 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. |
### What this PR does / why we need it? fix ascend fused moe spelling error ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? vllm-project/vllm@0ae43db - vLLM version: main - vLLM main: vllm-project/vllm@fcc0a31 Signed-off-by: zhaozixin <zhaozixin1@huawei.com> Co-authored-by: zhaozixin <zhaozixin1@huawei.com> Signed-off-by: Yizhou Liu <liu_yizhou@outlook.com>
### What this PR does / why we need it? fix ascend fused moe spelling error ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? vllm-project/vllm@0ae43db - vLLM version: main - vLLM main: vllm-project/vllm@fcc0a31 Signed-off-by: zhaozixin <zhaozixin1@huawei.com> Co-authored-by: zhaozixin <zhaozixin1@huawei.com> Signed-off-by: offline0806 <z00858301@china.huawei.com>
### What this PR does / why we need it? fix ascend fused moe spelling error ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? vllm-project/vllm@0ae43db - vLLM version: main - vLLM main: vllm-project/vllm@fcc0a31 Signed-off-by: zhaozixin <zhaozixin1@huawei.com> Co-authored-by: zhaozixin <zhaozixin1@huawei.com>
### What this PR does / why we need it? fix ascend fused moe spelling error ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? vllm-project/vllm@0ae43db - vLLM version: main - vLLM main: vllm-project/vllm@fcc0a31 Signed-off-by: zhaozixin <zhaozixin1@huawei.com> Co-authored-by: zhaozixin <zhaozixin1@huawei.com>
What this PR does / why we need it?
fix ascend fused moe spelling error
Does this PR introduce any user-facing change?
How was this patch tested?
vllm-project/vllm@0ae43db