refactor allgather/mc2-related fused_experts #9261
vllm_ascend_test.yaml
on: pull_request
Matrix: singlecard e2e test
Matrix: unit test
Matrix: multicard e2e test
Annotations
10 errors
lint / pre-commit:
vllm_ascend/ops/moe_dispatcher/token_dispatcher.py#L857
Item "None" of "Optional[Any]" has no attribute "shape" [union-attr]
|
lint / pre-commit:
vllm_ascend/ops/moe_dispatcher/token_dispatcher.py#L855
Item "None" of "Optional[Any]" has no attribute "sum" [union-attr]
|
lint / pre-commit:
vllm_ascend/ops/moe_dispatcher/token_dispatcher.py#L845
Item "None" of "Optional[Any]" has no attribute "unsqueeze" [union-attr]
|
lint / pre-commit:
vllm_ascend/ops/moe_dispatcher/token_dispatcher.py#L841
Signature of "token_unpermutation" incompatible with supertype "MoETokenDispatcher" [override]
|
lint / pre-commit:
vllm_ascend/ops/moe_dispatcher/token_dispatcher.py#L744
Signature of "token_permutation" incompatible with supertype "MoETokenDispatcher" [override]
|
lint / pre-commit:
vllm_ascend/ops/moe_dispatcher/token_dispatcher.py#L674
Value of type "Optional[Any]" is not indexable [index]
|
lint / pre-commit:
vllm_ascend/ops/moe_dispatcher/token_dispatcher.py#L663
Item "None" of "Optional[Any]" has no attribute "to" [union-attr]
|
lint / pre-commit:
vllm_ascend/ops/moe_dispatcher/token_dispatcher.py#L647
Signature of "token_unpermutation" incompatible with supertype "MoETokenDispatcher" [override]
|
lint / pre-commit:
vllm_ascend/ops/moe_dispatcher/token_dispatcher.py#L554
Signature of "token_permutation" incompatible with supertype "MoETokenDispatcher" [override]
|
Ruff (F841):
tests/ut/ops/test_token_dispatcher.py#L211
tests/ut/ops/test_token_dispatcher.py:211:9: F841 Local variable `result` is assigned to but never used
|