-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add Sageattention backend #10532
base: main
Are you sure you want to change the base?
Add Sageattention backend #10532
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:
🚀 |
Signed-off-by: Florian Zimmermeister <[email protected]>
Signed-off-by: Florian Zimmermeister <[email protected]>
Signed-off-by: Florian Zimmermeister <[email protected]>
Signed-off-by: Florian Zimmermeister <[email protected]>
Signed-off-by: Florian Zimmermeister <[email protected]>
Signed-off-by: Florian Zimmermeister <[email protected]>
Signed-off-by: Florian Zimmermeister <[email protected]>
25633aa
to
7b7ff76
Compare
Generally if the attention backend has pip installable package we prefer that. But before investigate further, I'm curious whether there's performance benefit for LLM? Can you run some benchmarks (e.g. benchmark throughput for Llama 8B)? Thank you! |
#9654