-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
[Bugfix] Fix broken GritLM model and tests (missing pooling_metadata) #16631
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
Conversation
Pass pooling_metadata to pooler head in gritlm. This was broken by PR vllm-project#16331 broke gritlm. PR vllm-project#14516 broke gritlm tests due to changing xformers to flash_atnn Signed-off-by: Pooya Davoodi <pooya.davoodi@parasail.io>
|
👋 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 🚀 |
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.
Thanks, sorry we broke this!
|
Can you fix pre-commit? |
Signed-off-by: Pooya Davoodi <pooya.davoodi@parasail.io>
Head branch was pushed to by a user without write access
Sorry I forgot that I am not on my regular dev machine that has pre-commit installed. Fixed now. |
|
Sorry for #16331 broken |
…vllm-project#16631) Signed-off-by: Pooya Davoodi <pooya.davoodi@parasail.io> Signed-off-by: Yang Wang <elainewy@meta.com>
…vllm-project#16631) Signed-off-by: Pooya Davoodi <pooya.davoodi@parasail.io>
…vllm-project#16631) Signed-off-by: Pooya Davoodi <pooya.davoodi@parasail.io>
…vllm-project#16631) Signed-off-by: Pooya Davoodi <pooya.davoodi@parasail.io> Signed-off-by: Mu Huai <tianbowen.tbw@antgroup.com>
Pass pooling_metadata to pooler head in gritlm. This was broken by #16331.
#14516 broke gritlm tests due to switching attention backend from xformers to flash_attn.