-
Notifications
You must be signed in to change notification settings - Fork 637
[Bugfix] Fix Qwen2.5-Omni-7B accuarcy test #4556
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. |
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 addresses a bug for the Qwen2.5-Omni-7B model by making attribute access more robust. The changes in vllm_ascend/ops/layernorm.py and vllm_ascend/ops/register_custom_ops.py use getattr with a default value to prevent potential AttributeError crashes. This is a good defensive programming practice that correctly fixes the issue. The changes are sound and I have no further suggestions.
|
@shen-shanshan |
fixed by : #4534 @Meihan-chen |
e047f15 to
b20e2ff
Compare
b20e2ff to
c88edea
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Signed-off-by: hfadzxy <[email protected]>
c88edea to
e5f2fdc
Compare
This reverts commit 71e9b37.
### What this PR does / why we need it? Fix Qwen2.5-Omni-7B accuarcy test issue:vllm-project#4480 Depends on : vllm-project#4534 - vLLM version: v0.11.2 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2 Signed-off-by: hfadzxy <[email protected]>
…" (vllm-project#4619) This reverts commit 71e9b37. It breaks vllm-ascend/Qwen3-30B-A3B-W8A8 test
### What this PR does / why we need it? Fix Qwen2.5-Omni-7B accuarcy test issue:vllm-project#4480 Depends on : vllm-project#4534 - vLLM version: v0.11.2 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2 Signed-off-by: hfadzxy <[email protected]> Signed-off-by: Che Ruan <[email protected]>
…" (vllm-project#4619) This reverts commit 71e9b37. It breaks vllm-ascend/Qwen3-30B-A3B-W8A8 test Signed-off-by: Che Ruan <[email protected]>
### What this PR does / why we need it? Fix Qwen2.5-Omni-7B accuarcy test issue:vllm-project#4480 Depends on : vllm-project#4534 - vLLM version: v0.11.2 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2 Signed-off-by: hfadzxy <[email protected]> Signed-off-by: Che Ruan <[email protected]>
…" (vllm-project#4619) This reverts commit 71e9b37. It breaks vllm-ascend/Qwen3-30B-A3B-W8A8 test Signed-off-by: Che Ruan <[email protected]>
### What this PR does / why we need it? Fix Qwen2.5-Omni-7B accuarcy test issue:vllm-project#4480 Depends on : vllm-project#4534 - vLLM version: v0.11.2 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2 Signed-off-by: hfadzxy <[email protected]>
…" (vllm-project#4619) This reverts commit 71e9b37. It breaks vllm-ascend/Qwen3-30B-A3B-W8A8 test


What this PR does / why we need it?
Fix Qwen2.5-Omni-7B accuarcy test
issue:#4480
Depends on : #4534
Does this PR introduce any user-facing change?
How was this patch tested?
accuracy test:https://github.com/vllm-project/vllm-ascend/actions/runs/19808047476?pr=4556
