Skip to content

Conversation

@panchao-hub
Copy link
Contributor

@panchao-hub panchao-hub commented Aug 29, 2025

What this PR does / why we need it?

bugfix for torchair graph

Does this PR introduce any user-facing change?

No

How was this patch tested?

Signed-off-by: zhangdepeng <zhangdepeng2@huawei.com>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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 in the torchair graph model registration by correcting the name of the Qwen3 MoE model. The model name has been updated from Qwen3ForCausalLM to the more specific and accurate Qwen3MoeForCausalLM. This change is correctly reflected in both the model registration logic in vllm_ascend/torchair/utils.py and the associated unit test in tests/ut/torchair/test_utils.py. The fix is straightforward and necessary for ensuring the model can be correctly identified and loaded. The changes look good.

@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:‌‌

  • A PR should do only one thing, smaller PRs enable faster reviews.
  • Every PR should include unit tests and end-to-end tests ‌to ensure it works and is not broken by other future PRs.
  • Write the commit message by fulfilling the PR description to help reviewer and future developers understand.

If CI fails, you can run linting and testing checks locally according Contributing and Testing.

@panchao-hub
Copy link
Contributor Author

image

@wangxiyuan wangxiyuan merged commit 7215454 into vllm-project:main Aug 30, 2025
22 of 26 checks passed
845473182 pushed a commit to raindaywhu/vllm-ascend that referenced this pull request Sep 1, 2025
…into main_829

* 'main_829' of https://github.com/raindaywhu/vllm-ascend:
  [torchair]remove aicpu op (vllm-project#2640)
  bugfix for torchair graph (vllm-project#2639)
  [CI] fix UT error. (vllm-project#2644)
  [3/N][Feat][Graph] Support `all-to-all` and quantized models with ACL Graph (vllm-project#2614)
  [Bugfix] Fix mc2 operator error in aclgraph + ep<16 scenario (vllm-project#2609)
wenba0 pushed a commit to wenba0/vllm-ascend that referenced this pull request Sep 5, 2025
### What this PR does / why we need it?
bugfix for torchair graph
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?

- vLLM version: v0.10.1.1
- vLLM main:
vllm-project/vllm@67c1490

Signed-off-by: zhangdepeng <zhangdepeng2@huawei.com>
Co-authored-by: zhangdepeng <zhangdepeng2@huawei.com>
Signed-off-by: lijiaojiao <lijiaojiao990304@163.com>
wangxiaoteng888 pushed a commit to LCAIZJ/vllm-ascend that referenced this pull request Sep 25, 2025
### What this PR does / why we need it?
bugfix for torchair graph
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?

- vLLM version: v0.10.1.1
- vLLM main:
vllm-project/vllm@67c1490

Signed-off-by: zhangdepeng <zhangdepeng2@huawei.com>
Co-authored-by: zhangdepeng <zhangdepeng2@huawei.com>
chopper0126 pushed a commit to chopper0126/vllm-ascend that referenced this pull request Sep 26, 2025
### What this PR does / why we need it?
bugfix for torchair graph
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?

- vLLM version: v0.10.1.1
- vLLM main:
vllm-project/vllm@67c1490

Signed-off-by: zhangdepeng <zhangdepeng2@huawei.com>
Co-authored-by: zhangdepeng <zhangdepeng2@huawei.com>
Angazenn pushed a commit to Angazenn/vllm-ascend that referenced this pull request Oct 21, 2025
### What this PR does / why we need it?
bugfix for torchair graph
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?

- vLLM version: v0.10.1.1
- vLLM main:
vllm-project/vllm@67c1490

Signed-off-by: zhangdepeng <zhangdepeng2@huawei.com>
Co-authored-by: zhangdepeng <zhangdepeng2@huawei.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants