-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
🚀 The feature, motivation and pitch
i.e. instead of this:
https://github.com/vllm-project/vllm/blob/main/vllm/entrypoints/openai/serving_chat.py#L138-L140
allow multiple images.
Idea is that many models trained for 1 image actually work well with multiple, and blocking usage inhibits exploration of what models are capable of.
E.g. would be good for microsoft/Phi-3-vision-128k-instruct
In HF transformers, Phi-3 handles multiple images just fine. I've used it just fine as well.
It's also an officially supported task from Microsoft:
Alternatives
None
Additional context
openai.BadRequestError: Error code: 400 - {'object': 'error', 'message': "Multiple 'image_url' input is currently not supported.", 'type': 'BadRequestError', 'param': None, 'code': 400}
DarkLight1337, VKudlay and suneeta-mall
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request