Skip to content

Commit dd97620

Browse files
DarkLight1337garg-amit
authored andcommitted
[Core] Factor out input preprocessing to a separate class (vllm-project#7329)
Signed-off-by: Amit Garg <mitgarg17495@gmail.com>
1 parent 7c90a06 commit dd97620

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vllm/engine/async_llm_engine.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
from vllm.engine.metrics_types import StatLoggerBase
1515
from vllm.executor.executor_base import ExecutorAsyncBase
1616
from vllm.executor.ray_utils import initialize_ray_cluster
17-
from vllm.inputs import (EncoderDecoderLLMInputs, LLMInputs, PromptInputs,
18-
SingletonPromptInputs)
19-
from vllm.inputs.parse import is_explicit_encoder_decoder_prompt
17+
from vllm.inputs import PromptInputs
2018
from vllm.logger import init_logger
2119
from vllm.lora.request import LoRARequest
2220
from vllm.model_executor.layers.sampler import SamplerOutput

0 commit comments

Comments
 (0)