merge common_fused_moe & fused_moe #12679
Triggered via pull request
September 18, 2025 01:31
Status
Failure
Total duration
6m 13s
Artifacts
–
vllm_ascend_test.yaml
on: pull_request
Matrix: singlecard e2e test - light
Matrix: unit test
Matrix: multicard e2e test - light
Annotations
10 errors
lint / pre-commit:
vllm_ascend/worker/model_runner_v1.py#L91
Module "vllm_ascend.ascend_config" has no attribute "MoECommImpl" [attr-defined]
|
lint / pre-commit:
vllm_ascend/spec_decode/mtp_proposer.py#L423
Unexpected keyword argument "moe_comm_method" for "set_ascend_forward_context"; did you mean "moe_comm_method_type"? [call-arg]
|
lint / pre-commit:
vllm_ascend/spec_decode/mtp_proposer.py#L142
Unexpected keyword argument "moe_comm_method" for "set_ascend_forward_context"; did you mean "moe_comm_method_type"? [call-arg]
|
lint / pre-commit:
vllm_ascend/ops/fused_moe.py#L202
Cannot determine type of "global_num_experts" [has-type]
|
lint / pre-commit:
vllm_ascend/spec_decode/eagle_proposer.py#L569
Unexpected keyword argument "moe_comm_method" for "set_ascend_forward_context"; did you mean "moe_comm_method_type"? [call-arg]
|
lint / pre-commit:
vllm_ascend/spec_decode/eagle_proposer.py#L464
Unexpected keyword argument "moe_comm_method" for "set_ascend_forward_context"; did you mean "moe_comm_method_type"? [call-arg]
|
lint / pre-commit:
vllm_ascend/spec_decode/eagle_proposer.py#L122
Unexpected keyword argument "moe_comm_method" for "set_ascend_forward_context"; did you mean "moe_comm_method_type"? [call-arg]
|
lint / pre-commit:
vllm_ascend/ops/common_fused_moe.py#L407
"type[MoECommImpl]" has no attribute "AllTOAll" [attr-defined]
|
lint / pre-commit:
vllm_ascend/ops/common_fused_moe.py#L243
"type[MoECommImpl]" has no attribute "AllTOAll" [attr-defined]
|
lint / pre-commit:
vllm_ascend/ascend_forward_context.py#L89
Argument 1 to "get_moe_comm_method" has incompatible type "Optional[MoECommImpl]"; expected "MoECommImpl" [arg-type]
|