-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[Perf] Improve/Fix-regression for FA3 in High QPS regimes #19463
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
[Perf] Improve/Fix-regression for FA3 in High QPS regimes #19463
Conversation
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
👋 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 🚀 |
This pull request has merge conflicts that must be resolved before it can be |
70b7d83
to
abb7d0f
Compare
…ct#19463) Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
Signed-off-by: Brayden Zhong <b8zhong@uwaterloo.ca>
…ct#19463) Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
Signed-off-by: Brayden Zhong <b8zhong@uwaterloo.ca>
…ct#19463) Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com> Signed-off-by: Will Eaton <weaton@redhat.com>
Signed-off-by: Brayden Zhong <b8zhong@uwaterloo.ca> Signed-off-by: Will Eaton <weaton@redhat.com>
…ct#19463) Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
Signed-off-by: Brayden Zhong <b8zhong@uwaterloo.ca>
…ct#19463) Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
Signed-off-by: Brayden Zhong <b8zhong@uwaterloo.ca>
…ct#19463) Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com> Signed-off-by: avigny <47987522+avigny@users.noreply.github.com>
Signed-off-by: Brayden Zhong <b8zhong@uwaterloo.ca> Signed-off-by: avigny <47987522+avigny@users.noreply.github.com>
…ct#19463) Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
Signed-off-by: Brayden Zhong <b8zhong@uwaterloo.ca>
Essential Elements of an Effective PR Description Checklist
supported_models.md
andexamples
for a new model.Purpose
This PR is meant to address spending excessive time in the combine phase of FA3; findings from #18619 . The associated vllm-flash-attn PR is: vllm-project/flash-attention#70 see that for more details (that PR must also land first).
Perf Results
Setup
Qwen/Qwen2.5-VL-3B-Instruct
Main
PR
meta-llama/Meta-Llama-3.1-8b
Main
PR
Test Plan
Tested benchmarks in vllm-project/flash-attention#70
lm-eval for
Qwen/Qwen2.5-VL-3B-Instruct
CI
Test Result
lm_eval
This PR
Main
(Optional) Documentation Update