[Doc] Split dummy_processor_inputs() in Multimodal Docs#16915
[Doc] Split dummy_processor_inputs() in Multimodal Docs#16915DarkLight1337 merged 2 commits intovllm-project:mainfrom
Conversation
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run 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 either: Add 🚀 |
DarkLight1337
left a comment
There was a problem hiding this comment.
Oh, I forgot about this. Thanks for updating the docs!
…#16915) Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com> Signed-off-by: Yang Wang <elainewy@meta.com>
…#16915) Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com> Signed-off-by: Frieda (Jingying) Huang <jingyingfhuang@gmail.com>
…#16915) Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
…#16915) Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
…#16915) Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com> Signed-off-by: Agata Dobrzyniewicz <adobrzyniewicz@habana.ai>
…#16915) Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com> Signed-off-by: Mu Huai <tianbowen.tbw@antgroup.com>
This PR follows #16416 with some doc changes for implementing
get_dummy_mm_data&get_dummy_textinstead ofget_dummy_processor_inputs, since multimodal models should now implement these directly! @DarkLight1337