[v0.9.1] MTP supports V1 scheduler #9366
vllm_ascend_test.yaml
on: pull_request
Matrix: lint
Matrix: vLLM Ascend test
Annotations
5 errors
lint (3.11, v0.9.1)
Process completed with exit code 1.
|
Ruff (F401):
vllm_ascend/worker/mtp_proposer_v1.py#L20
vllm_ascend/worker/mtp_proposer_v1.py:20:38: F401 `vllm_ascend.attention.utils.AscendCommonAttentionMetadata` imported but unused
|
Ruff (F401):
vllm_ascend/worker/model_runner_v1.py#L81
vllm_ascend/worker/model_runner_v1.py:81:38: F401 `vllm_ascend.attention.utils.AscendCommonAttentionMetadata` imported but unused
|
Ruff (F401):
vllm_ascend/attention/mla_v1.py#L7
vllm_ascend/attention/mla_v1.py:7:20: F401 `torch.nn` imported but unused
|
Ruff (F401):
vllm_ascend/attention/attention_v1.py#L24
vllm_ascend/attention/attention_v1.py:24:20: F401 `torch.nn` imported but unused
|