We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a24ccd commit aab8b41Copy full SHA for aab8b41
vllm_ascend/worker/npu_input_batch.py
@@ -39,9 +39,8 @@
39
from vllm.v1.spec_decode.utils import is_spec_decode_unsupported
40
from vllm.v1.utils import copy_slice
41
42
-from vllm_ascend.worker.block_table import MultiGroupBlockTable
43
-
44
from vllm_ascend.utils import vllm_version_is
+from vllm_ascend.worker.block_table import MultiGroupBlockTable
45
46
47
@dataclass
0 commit comments