-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VLM] Report multi_modal_placeholders in output #10407
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for improving the developer experience!
Do you get these test errors locally? |
I cannot reproduce those errors due to lacking permission to llama models. |
Please fix the lint errors. |
* confirm that `offline_inference_vision_language.py` and `benchmark_throughput.py` runs * FIXME: the placeholders in output, however, is empty - will fix in next commit Signed-off-by: Linkun Chen <[email protected]>
* add test for pixtral * fix a typo Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Woosuk Kwon <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
…ect#10383) Signed-off-by: youkaichao <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
…odels (vllm-project#10374) Signed-off-by: Roger Wang <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Chendi Xue <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
…ject#10394) Signed-off-by: Isotr0py <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: youkaichao <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Kunshang Ji <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
…ject#10403) Signed-off-by: imkero <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
vllm-project#10392) Signed-off-by: wchen61 <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Cyrus Leung <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Linkun Chen <[email protected]>
…m-project#10327) Signed-off-by: Isotr0py <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
…vllm-project#10375) Signed-off-by: Hollow Man <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
… optional argument also require it to be passed as kwargs, to avoid breaking existing code. Signed-off-by: Linkun Chen <[email protected]>
… optional argument also require it to be passed as kwargs, to avoid breaking existing code. Signed-off-by: Linkun Chen <[email protected]>
… optional argument also require it to be passed as kwargs, to avoid breaking existing code. Signed-off-by: Linkun Chen <[email protected]>
mypy is not smart enough to validate kwargs Signed-off-by: Linkun Chen <[email protected]>
mypy is not smart enough to validate kwargs Signed-off-by: Linkun Chen <[email protected]>
Done. Could you help me remove the accidentally-added reviewers? Those were added when I tried to fix DCO |
Signed-off-by: Linkun Chen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Linkun Chen <[email protected]> Signed-off-by: Maxime Fournioux <[email protected]>
Signed-off-by: Linkun Chen <[email protected]> Signed-off-by: rickyx <[email protected]>
Signed-off-by: Linkun Chen <[email protected]> Signed-off-by: Tyler Michael Smith <[email protected]>
Signed-off-by: Linkun Chen <[email protected]>
Signed-off-by: Linkun Chen <[email protected]>
Report multi_modal_placeholders in output
This helps inspect VLM model performance, e.g. distinguish text tokens and multi-modal embeddings.
related: #8346