-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Model][LoRA]LoRA support added for MolmoForCausalLM #11439
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:
🚀 |
I roughly know what the reason is. I will resolve it today, and we also need to update the documentation,see :https://docs.vllm.ai/en/latest/models/supported_models.html#id3 |
This pull request has merge conflicts that must be resolved before it can be |
i might have done goofed by syncing my fork and pushing to the PR branch |
Signed-off-by: Matthias Vogler <[email protected]>
Signed-off-by: Matthias Vogler <[email protected]>
Signed-off-by: Matthias Vogler <[email protected]>
Signed-off-by: Matthias Vogler <[email protected]>
This pull request has merge conflicts that must be resolved before it can be |
@ayylemao could you plz address the branch conflict ? |
Thank you for your review. I will get back to it after christmas! |
Signed-off-by: Matthias Vogler <[email protected]>
Signed-off-by: Jee Jee Li <[email protected]>
@ayylemao I've added modules with LoRA support. Could you test if it generates reasonable results? |
Signed-off-by: Jee Jee Li <[email protected]>
@jeejeelee After testing i still get the same results for the base model and base_model+lora when serving via vllm serve. I am not sure how to test more accuratly if the lora adapters get correctly applied or not beyond just comparing the actual model output. |
I'm training a LoRA model for this model and will test it tomorrow. |
Signed-off-by: Jee Jee Li <[email protected]>
@ayylemao After merging with #11551, when testing 100 samples, 99 generated results matched exactly with the |
Thank you for testing. After your merge with #11551 i also get correct results! |
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.
@ayylemao Thanks for your contribution
Do i still need to do something here because of the failing
|
@ayylemao This is a known issue and is not related to this PR. |
) Signed-off-by: Matthias Vogler <[email protected]> Signed-off-by: Jee Jee Li <[email protected]> Co-authored-by: Matthias Vogler <[email protected]> Co-authored-by: Jee Jee Li <[email protected]> Signed-off-by: xcnick <[email protected]>
[Model][LoRA]LoRA support added for MolmoForCausalLM
LoRA supported for inference in MolmoForCausalLM
Need some help with verifying this works correctly since my own tests revealed the same results for base_model and base_model+ lora.
ping @jeejeelee
FIX #11431