-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[Doc] Move guide for multimodal model and other improvements #6168
Conversation
I've renamed the guide to "Enabling Multimodal Inputs" to avoid overlap with the base "Adding a New Model". PTAL again. |
.. note:: | ||
The complexity of adding a new model depends heavily on the model's architecture. | ||
The process is considerably straightforward if the model shares a similar architecture with an existing model in vLLM. | ||
However, for models that include new operators (e.g., a new attention mechanism), the process can be a bit more complex. | ||
|
||
.. tip:: | ||
If you are encountering issues while integrating your model into vLLM, feel free to open an issue on our `GitHub <https://github.com/vllm-project/vllm/issues>`_ repository. | ||
We will be happy to help you out! |
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.
Maybe keep some of this?
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.
I've already linked users to the base "Adding a New Model" which includes the same content.
…oject#6168) Signed-off-by: Alvant <alvasian@yandex.ru>
This PR primarily moves the multimodal model guide under "Models" section for more visibility. Some other changes: