-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Core] Add Sliding Window Support with Flashinfer #10462
[Core] Add Sliding Window Support with Flashinfer #10462
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:
🚀 |
Looking forward to it! Please ping me when it is ready. |
e14cede
to
9ae1e95
Compare
/ready |
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.
LGTM pending green CI, thanks cc @youkaichao
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 for the great contribution!
Signed-off-by: Pavani Majety <[email protected]>
Signed-off-by: Pavani Majety <[email protected]>
Signed-off-by: Pavani Majety <[email protected]>
Signed-off-by: Pavani Majety <[email protected]>
Signed-off-by: Pavani Majety <[email protected]>
Signed-off-by: Pavani Majety <[email protected]>
Head branch was pushed to by a user without write access
8d52d41
to
f4b68da
Compare
Just rebased, seems like a few fixes went in main. The test failures seem unrelated to this PR |
Signed-off-by: Pavani Majety <[email protected]> Signed-off-by: Tyler Michael Smith <[email protected]>
Signed-off-by: Pavani Majety <[email protected]> Signed-off-by: Maxime Fournioux <[email protected]>
Signed-off-by: Pavani Majety <[email protected]>
Fix #9854
Tests following.