-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Bugfix] Avoid import AttentionMetadata explicitly in Mllama and fix openvino import #10593
Conversation
Signed-off-by: Isotr0py <2037008807@qq.com>
Signed-off-by: Isotr0py <2037008807@qq.com>
👋 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:
🚀 |
Hmm, seems that |
Signed-off-by: Isotr0py <2037008807@qq.com>
Seems that #10573 broke the kernel tests. |
Signed-off-by: Isotr0py <2037008807@qq.com>
Signed-off-by: Isotr0py <2037008807@qq.com>
seems also break hpu code path due to lack of |
…oject#10593) Signed-off-by: Isotr0py <2037008807@qq.com> Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
…oject#10593) Signed-off-by: Isotr0py <2037008807@qq.com>
FlashAttentionMetadata
andXFormersMetadata
on CPU backend will cause import error due to missing packages._Backend
instead ofattn_metadata
import openvino