You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to enable llama3.1 as a VLM? Or if it can be enabled through any different route, is there any documentation or guide around it?
Alternatives
No response
Additional context
No response
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
We have plans to work on this, but since Meta hasn't released the multimodal variant of Llama 3.1 on HuggingFace yet, there is no rush to complete it.
The main roadblock in the implementation is that we need to support encoder-decoder architecture in multi-modal models. So far, all of the multi-modal models in vLLM insert vision/audio features as tokens into the text tokens before passing them into a decoder-only language model, so we can reuse much of the existing logic for language-only models. This isn't the case for Llama 3.1 which cross-attends directly to the intermediate vision representations.
🚀 The feature, motivation and pitch
We have a deployment of Llama3.1-8B-Instruct and Llama3.1-70B-Instruct models through vLLM hosted in our OnPremise GPU infra.
While testing different use-cases, we realized that the current version of vLLM does not support MultiModal input for Llama3.1 as per this document: https://docs.vllm.ai/en/latest/models/supported_models.html#supported-vlms
Is it possible to enable llama3.1 as a VLM? Or if it can be enabled through any different route, is there any documentation or guide around it?
Alternatives
No response
Additional context
No response
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: