-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 <lkchen+anyscale@github.com>
* add test for pixtral * fix a typo Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
…ect#10383) Signed-off-by: youkaichao <youkaichao@gmail.com> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
…odels (vllm-project#10374) Signed-off-by: Roger Wang <ywang@roblox.com> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Signed-off-by: Chendi Xue <chendi.xue@intel.com> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
…ject#10394) Signed-off-by: Isotr0py <2037008807@qq.com> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Signed-off-by: youkaichao <youkaichao@gmail.com> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
…ject#10403) Signed-off-by: imkero <kerorek@outlook.com> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
vllm-project#10392) Signed-off-by: wchen61 <wchen61@foxmail.com> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Signed-off-by: Cyrus Leung <tlleungac@connect.ust.hk> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
…m-project#10327) Signed-off-by: Isotr0py <2037008807@qq.com> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
…vllm-project#10375) Signed-off-by: Hollow Man <hollowman@opensuse.org> Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
… optional argument also require it to be passed as kwargs, to avoid breaking existing code. Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
… optional argument also require it to be passed as kwargs, to avoid breaking existing code. Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
… optional argument also require it to be passed as kwargs, to avoid breaking existing code. Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
mypy is not smart enough to validate kwargs Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
mypy is not smart enough to validate kwargs Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Done. Could you help me remove the accidentally-added reviewers? Those were added when I tried to fix DCO |
Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
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 <lkchen+anyscale@github.com>
Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Signed-off-by: Linkun Chen <lkchen+anyscale@github.com> Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
Signed-off-by: Linkun Chen <lkchen+anyscale@github.com> Signed-off-by: rickyx <rickyx@anyscale.com>
Signed-off-by: Linkun Chen <lkchen+anyscale@github.com> Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Signed-off-by: Linkun Chen <lkchen+anyscale@github.com>
Report multi_modal_placeholders in output
This helps inspect VLM model performance, e.g. distinguish text tokens and multi-modal embeddings.
related: #8346