Skip to content

Commit 2cac2cd

Browse files
style: fix isort
Signed-off-by: wan_danfeng <wonderful199082@126.com> Signed-off-by: wan_danfeng <wonderful199082@126.com>
1 parent d465e7c commit 2cac2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/worker/multi_step_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from vllm.model_executor.model_loader.tensorizer import TensorizerConfig
1515
from vllm.sequence import (CompletionSequenceGroupOutput, IntermediateTensors,
1616
Logprob, SequenceGroupMetadata, SequenceOutput)
17-
from vllm_ascend.utils import current_stream
1817
from vllm.worker.model_runner_base import (
1918
_init_attn_metadata_from_tensor_dict,
2019
_init_frozen_model_input_from_tensor_dict,
@@ -23,6 +22,7 @@
2322
PythonizationCache,
2423
StatefulModelInput)
2524

25+
from vllm_ascend.utils import current_stream
2626
from vllm_ascend.worker.model_runner import (
2727
ModelInputForNPUWithSamplingMetadata, NPUModelRunnerBase)
2828

0 commit comments

Comments
 (0)