File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 init_ascend_config )
3131from 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
4141if TYPE_CHECKING :
4242 from vllm .config import ModelConfig , VllmConfig
You can’t perform that action at this time.
0 commit comments