-
Notifications
You must be signed in to change notification settings - Fork 356
Support Linear State in SDPA Pipeline #3359
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
Open
apaniukov
wants to merge
31
commits into
openvinotoolkit:master
Choose a base branch
from
apaniukov:lfm2-stateful-model
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+862
−288
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d0f0fe0
Rename KVCache to Cache
apaniukov 033016d
Update CacheTypes
apaniukov 11e6915
Merge branch 'master' into lfm2-stateful-model
apaniukov 3fd3196
WiP
apaniukov ee016d9
Update cache reset
apaniukov ccf1a81
Fix KVCache detection
apaniukov 63dcbdc
Merge branch 'master' into lfm2-stateful-model
apaniukov 5e46f5d
Add CPP Tests to CI
apaniukov 29b8bca
Remove /proc/self/exe
apaniukov 1d38a64
Pass Model By Reference
apaniukov e5fa1b5
Add Python Tests
apaniukov 7145765
Del debug prints
apaniukov fb65aa6
Address review comments
apaniukov ee499ae
Lint fixes
apaniukov d8349de
Fix start_chat for linear attention
apaniukov f62d4f3
Merge branch 'master' into lfm2-stateful-model
apaniukov f383a74
Add warning for explicit PA backend
apaniukov 6ec3ed8
Fix merge conflicts
apaniukov ab0861a
EXtend tests
apaniukov 5fbad0e
Renave var
apaniukov 051c3d3
Extend Tests
apaniukov 8ce6b85
Fix VLM attention mask size
apaniukov da0fb3b
Ruff format LLM Tests
apaniukov 459ee97
Update model list
apaniukov 8ad6d27
Update requirements
apaniukov 66a50ec
Apply suggestions from code review
apaniukov e62f1a4
Merge branch 'master' into lfm2-stateful-model
apaniukov 1e9147d
Address review
apaniukov 6a5a4d6
Address Review
apaniukov 2924ff5
Update Tests Requirements
apaniukov 6199375
Fix Tests
apaniukov 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
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
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
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
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.
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.
Extend other OS
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.
I don't think it is necessary, we just need to check it once and it is platform independent.
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.
All other tests are copied. It may be unexpected to have this only for Linux
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.
I don't think this justifies expanding testing to all platforms, it would be a waste of resources.
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.
Time spent investigating why other platforms don't run the tests would be a waste