Skip to content

Abstraction of Independent TP Sharding Module for MatMul under Pure DP #9348

Abstraction of Independent TP Sharding Module for MatMul under Pure DP

Abstraction of Independent TP Sharding Module for MatMul under Pure DP #9348

Triggered via pull request August 15, 2025 10:12
Status Failure
Total duration 33m 16s
Artifacts

vllm_ascend_test.yaml

on: pull_request
Matrix: lint
Matrix: vLLM Ascend test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): vllm_ascend/ops/qkvproj.py#L14
vllm_ascend/ops/qkvproj.py:14:25: F401 `vllm.model_executor.layers.quantization.base_config.QuantizeMethodBase` imported but unused
Ruff (F401): vllm_ascend/ops/qkvproj.py#L9
vllm_ascend/ops/qkvproj.py:9:43: F401 `torch.nn.parameter.UninitializedParameter` imported but unused
Ruff (F401): vllm_ascend/ops/qkvproj.py#L8
vllm_ascend/ops/qkvproj.py:8:20: F401 `torch.nn` imported but unused
Ruff (F401): vllm_ascend/ops/qkvproj.py#L3
vllm_ascend/ops/qkvproj.py:3:25: F401 `typing.Literal` imported but unused
Ruff (F401): vllm_ascend/ops/qkvproj.py#L3
vllm_ascend/ops/qkvproj.py:3:20: F401 `typing.Any` imported but unused
Ruff (F401): vllm_ascend/ops/qkvproj.py#L2
vllm_ascend/ops/qkvproj.py:2:17: F401 `abc.abstractmethod` imported but unused
Ruff (F401): vllm_ascend/ops/qkvproj.py#L1
vllm_ascend/ops/qkvproj.py:1:8: F401 `itertools` imported but unused
Ruff (F401): vllm_ascend/ops/independent_tp_sharding.py#L16
vllm_ascend/ops/independent_tp_sharding.py:16:34: F401 `vllm.forward_context.ForwardContext` imported but unused
Ruff (F811): vllm_ascend/ops/independent_tp_sharding.py#L10
vllm_ascend/ops/independent_tp_sharding.py:10:47: F811 Redefinition of unused `LinearBase` from line 9
Ruff (F401): vllm_ascend/ops/independent_tp_sharding.py#L5
vllm_ascend/ops/independent_tp_sharding.py:5:19: F401 `torch.nn` imported but unused