[Model] Add support for the multi-modal Llama 3.2 model#8811
Merged
simon-mo merged 82 commits intovllm-project:mainfrom Sep 25, 2024
Merged
[Model] Add support for the multi-modal Llama 3.2 model#8811simon-mo merged 82 commits intovllm-project:mainfrom
simon-mo merged 82 commits intovllm-project:mainfrom
Conversation
Member
|
Just leaving this log here as I experiment with quantization on-top of this work: |
ywang96
approved these changes
Sep 25, 2024
Member
ywang96
left a comment
There was a problem hiding this comment.
Overall LGTM! Thank you for the contribution!
|
Is there a fine-tuning colab for this? |
Member
|
Latest transformers release broke a few tests on our CI. Investigating... |
57 tasks
Contributor
|
Anything we can do to help with the failing tests |
Member
|
@ArthurZucker Hey thanks for reaching out and offering the help! We already made a release and have a good sense how to fix the failing tests on CI, so hopefully they'll be all resolved during day time here (most of us are in PST), thanks! |
This was referenced Sep 26, 2024
|
Hey - is this ready to try? Happy to try a fork |
Collaborator
Author
|
Yes. It is ready now. |
Alvant
pushed a commit
to compressa-ai/vllm
that referenced
this pull request
Oct 26, 2024
…#8811) Co-authored-by: simon-mo <xmo@berkeley.edu> Co-authored-by: Chang Su <chang.s.su@oracle.com> Co-authored-by: Simon Mo <simon.mo@hey.com> Co-authored-by: Roger Wang <136131678+ywang96@users.noreply.github.com> Co-authored-by: Roger Wang <ywang@roblox.com> Signed-off-by: Alvant <alvasian@yandex.ru>
garg-amit
pushed a commit
to garg-amit/vllm
that referenced
this pull request
Oct 28, 2024
…#8811) Co-authored-by: simon-mo <xmo@berkeley.edu> Co-authored-by: Chang Su <chang.s.su@oracle.com> Co-authored-by: Simon Mo <simon.mo@hey.com> Co-authored-by: Roger Wang <136131678+ywang96@users.noreply.github.com> Co-authored-by: Roger Wang <ywang@roblox.com> Signed-off-by: Amit Garg <mitgarg17495@gmail.com>
sumitd2
pushed a commit
to sumitd2/vllm
that referenced
this pull request
Nov 14, 2024
…#8811) Co-authored-by: simon-mo <xmo@berkeley.edu> Co-authored-by: Chang Su <chang.s.su@oracle.com> Co-authored-by: Simon Mo <simon.mo@hey.com> Co-authored-by: Roger Wang <136131678+ywang96@users.noreply.github.com> Co-authored-by: Roger Wang <ywang@roblox.com> Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
LeiWang1999
pushed a commit
to LeiWang1999/vllm-bitblas
that referenced
this pull request
Mar 26, 2025
…#8811) Co-authored-by: simon-mo <xmo@berkeley.edu> Co-authored-by: Chang Su <chang.s.su@oracle.com> Co-authored-by: Simon Mo <simon.mo@hey.com> Co-authored-by: Roger Wang <136131678+ywang96@users.noreply.github.com> Co-authored-by: Roger Wang <ywang@roblox.com> Signed-off-by: LeiWang1999 <leiwang1999@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for the Llama3.2's vision models.
Currently, we are blocked by a HuggingFace Transformers release after huggingface/transformers#33703We will make a release as soon as this PR is merged.
Closes #8812