-
Notifications
You must be signed in to change notification settings - Fork 128
Adding past inputs to MultiHeadAttention parser for supporting new models #4703
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
21d9e11
Adding attention bias support in MHA
urpetkov-amd 37a5668
Adding tests for bias and attention bias
urpetkov-amd 1373214
Clang format
urpetkov-amd 374b6a6
Licencing
urpetkov-amd a16f79c
Merge branch 'develop' into multihead_attention_bias
urpetkov-amd f922d41
Merge branch 'develop' into multihead_attention_bias
urpetkov-amd 940735f
Adding more tests
urpetkov-amd bf9e7a5
Merge branch 'develop' into multihead_attention_bias
urpetkov-amd b66963c
Adding verify test
urpetkov-amd 94b461a
Adding verify tests
urpetkov-amd 7c59780
Merge branch 'develop' into multihead_attention_bias
urpetkov-amd 1932ae6
Clang format
urpetkov-amd 29a1d32
Merge branch 'develop' into multihead_attention_bias
urpetkov-amd 77e32db
Merge branch 'develop' into multihead_attention_bias
urpetkov-amd e003bb7
Adding past key value support
urpetkov-amd 2f89cbb
Additional changes
urpetkov-amd 101bbef
Fixing empty inputs
urpetkov-amd 1881473
Adding parse tests
urpetkov-amd b8deb4b
Deleting matmulbnb4
urpetkov-amd 45d7e98
Merge branch 'develop' into multihead_past_kv_seq
urpetkov-amd 769e724
Resolving one missing conflict
urpetkov-amd 8c75f0b
Deleting past state test
urpetkov-amd 5d48baa
Clang format
urpetkov-amd c8902a2
Fix nested failure
urpetkov-amd bea768c
Merge branch 'develop' into multihead_past_kv_seq
urpetkov-amd abfe5ab
Delete redundant checks
urpetkov-amd cadbed6
Merge branch 'develop' into multihead_past_kv_seq
urpetkov-amd 42da9c4
Fixing missing check for attention bias
urpetkov-amd b1cea9c
Adding past kv tests
urpetkov-amd 72ee022
Clang format
urpetkov-amd 3706e40
Adding verify tests
urpetkov-amd e01fe99
Adding tests
urpetkov-amd 3ca3e4a
Fix clang tidy issue
urpetkov-amd f7fd2ea
Deleting unnecessary changes
urpetkov-amd 71f2370
Merge branch 'develop' into multihead_past_kv_seq
urpetkov-amd af9f587
Adding optional instruction refs
urpetkov-amd 1e9bd99
Adding blurb box in verify test
urpetkov-amd b524d17
Merge branch 'develop' into multihead_past_kv_seq
urpetkov-amd 54c12d7
Merge branch 'develop' into multihead_past_kv_seq
urpetkov-amd 5bb583d
Merge branch 'develop' into multihead_past_kv_seq
urpetkov-amd 8f9d417
Merge branch 'develop' into multihead_past_kv_seq
TedThemistokleous File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.