-
Notifications
You must be signed in to change notification settings - Fork 607
{executorch][llama] support mqa #3080
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
This diff adds support for multi query attention for sdpa with kv cache Differential Revision: [D56228316](https://our.internmc.facebook.com/intern/diff/D56228316/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3080
Note: Links to docs will display an error until the docs builds have been completed. ❌ 5 New FailuresAs of commit 26aced7 with merge base 458d743 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D56228316 |
This diff adds support for multi query attention for sdpa with kv cache Differential Revision: [D56228316](https://our.internmc.facebook.com/intern/diff/D56228316/) ghstack-source-id: 222819128 Pull Request resolved: #3080
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.
Please ensure all tests pass before landing!
@@ -1,8 +1,22 @@ | |||
# Any targets that should be shared between fbcode and xplat must be defined in | |||
# targets.bzl. This file can contain fbcode-only targets. | |||
|
|||
load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest") |
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.
Use runtime
? You can do
runtime.python_unittest(
...
)
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.
oh this was due to arc lint. let me fix.
This diff adds support for multi query attention for sdpa with kv cache Differential Revision: [D56228316](https://our.internmc.facebook.com/intern/diff/D56228316/) [ghstack-poisoned]
Pull Request resolved: #3080 This diff adds support for multi query attention for sdpa with kv cache Differential Revision: [D56228316](https://our.internmc.facebook.com/intern/diff/D56228316/) ghstack-source-id: 222855405
This pull request was exported from Phabricator. Differential Revision: D56228316 |
bunch of pre-existing failures with re2.h that @larryliu0820 is fixing |
This pull request has been merged in bae0387. |
Stack from ghstack (oldest at bottom):
This diff adds support for multi query attention for sdpa with kv cache
Differential Revision: D56228316