mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-22 10:55:51 +08:00
[misc] Revert # 12833 (#12857)
Signed-off-by: <> Co-authored-by: EC2 Default User <ec2-user@ip-172-31-20-117.us-west-2.compute.internal>
This commit is contained in:
parent
741429a4cd
commit
b260782357
@ -260,6 +260,9 @@ class InputPreprocessor:
|
||||
mm_processor = self.mm_registry.create_processor(
|
||||
self.model_config, tokenizer)
|
||||
|
||||
if isinstance(prompt, list):
|
||||
prompt = tokenizer.decode(prompt)
|
||||
|
||||
if mm_processor_kwargs is None:
|
||||
mm_processor_kwargs = {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user