Skip to content

Commit 665c4a7

Browse files
committed
fix ci
1 parent 96a8bfb commit 665c4a7

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

vllm_ascend/attention/attention_v1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
import torch
2323
import torch_npu
24-
import torch.nn as nn
2524
from vllm.config import VllmConfig
2625
from vllm.attention.backends.abstract import (AttentionBackend, AttentionImpl,
2726
AttentionLayer, AttentionType)

vllm_ascend/attention/mla_v1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import numpy as np
55
import torch
66
import torch_npu
7-
import torch.nn as nn
87
from vllm_ascend import envs
98
from vllm.attention.backends.abstract import (AttentionBackend, AttentionLayer,
109
AttentionMetadata,

vllm_ascend/worker/model_runner_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@
7777
from vllm_ascend.ascend_forward_context import set_ascend_forward_context
7878
from vllm_ascend.attention.attention import AttentionMaskBuilder
7979
from vllm_ascend.attention.attention_v1 import AscendAttentionState
80-
from vllm_ascend.attention.utils import \
81-
AscendCommonAttentionMetadata as CommonAttentionMetadata
8280
from vllm_ascend.distributed.utils import is_lmhead_tp
8381
from vllm_ascend.eplb.adaptor.vllm_adaptor import VllmEplbAdaptor
8482
from vllm_ascend.eplb.eplb_updator import EplbUpdator

vllm_ascend/worker/mtp_proposer_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
from vllm_ascend.ascend_config import get_ascend_config
1818
from vllm_ascend.ascend_forward_context import set_ascend_forward_context
19-
from vllm_ascend.attention.utils import \
20-
AscendCommonAttentionMetadata as CommonAttentionMetadata
2119
from vllm_ascend.distributed.utils import is_lmhead_tp
2220
from vllm_ascend.models.deepseek_mtp import CustomDeepSeekMTP
2321
from vllm_ascend.utils import ProfileExecuteDuration

0 commit comments

Comments
 (0)