Skip to content

Commit e7e1100

Browse files
committed
CI problems
Signed-off-by: chenxi-hh <[email protected]>
1 parent 2f24a00 commit e7e1100

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

vllm_ascend/platform.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
init_ascend_config)
3131
from vllm_ascend.torchair.utils import (check_torchair_cache_exist,
3232
delete_torchair_cache_file)
33-
from vllm_ascend.utils import (ASCEND_QUANTIZATION_METHOD,
34-
COMPRESSED_TENSORS_METHOD, AscendDeviceType,
35-
enable_sp, get_ascend_device_type, is_vl_model,
36-
prefill_context_parallel_enable,
37-
update_aclgraph_sizes,
38-
update_cudagraph_capture_sizes,
39-
update_default_aclgraph_sizes)
33+
34+
# isort: off
35+
from vllm_ascend.utils import (
36+
ASCEND_QUANTIZATION_METHOD, COMPRESSED_TENSORS_METHOD, AscendDeviceType,
37+
enable_sp, get_ascend_device_type, is_vl_model,
38+
prefill_context_parallel_enable, update_aclgraph_sizes,
39+
update_cudagraph_capture_sizes, update_default_aclgraph_sizes)
4040

4141
if TYPE_CHECKING:
4242
from vllm.config import ModelConfig, VllmConfig

0 commit comments

Comments
 (0)