File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 6464from vllm .v1 .utils import bind_kv_cache
6565from vllm .v1 .worker .gpu_input_batch import CachedRequestState , InputBatch
6666from vllm .v1 .worker .lora_model_runner_mixin import LoRAModelRunnerMixin
67- from vllm .multimodal .inputs import MultiModalKwargs , PlaceholderRange
68-
69- from vllm .v1 .worker .utils import (gather_mm_placeholders , sanity_check_mm_encoder_outputs ,
70- scatter_mm_placeholders )
71-
72- from vllm .multimodal .utils import group_mm_inputs_by_modality
73-
74- from vllm .model_executor .layers .rotary_embedding import MRotaryEmbedding
67+ from vllm .v1 .worker .utils import (gather_mm_placeholders ,
68+ sanity_check_mm_encoder_outputs ,
69+ scatter_mm_placeholders )
7570
7671from vllm_ascend .ascend_config import get_ascend_config
7772from vllm_ascend .attention .attention import AttentionMaskBuilder
You can’t perform that action at this time.
0 commit comments