Skip to content
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

Fix PagedAttention PrevSequenceLengthPattern pattern #24514

Merged
merged 2 commits into from
May 15, 2024

Conversation

CuriousPanCake
Copy link
Contributor

Fix PagedAttention PrevSequenceLengthPattern pattern

Fix pattern of PrevSequenceLengthPattern that makes it match twice than needed resulting in the incorrect inference.
Provide the correct version of Gather (v8::Gather) and amend PrevSequenceLengthPattern pattern for the correct matching.

Signed-off-by: Andrii Staikov andrii.staikov@intel.com

Details:

  • item1
  • ...

Tickets:

  • ticket-id

@github-actions github-actions bot added category: Core OpenVINO Core (aka ngraph) category: transformations OpenVINO Runtime library - Transformations labels May 14, 2024
Fix pattern of PrevSequenceLengthPattern that makes it match twice than
needed resulting in the incorrect inference.
Provide the correct version of Gather (v8::Gather) and
amend PrevSequenceLengthPattern pattern for the correct matching.

Signed-off-by: Andrii Staikov <andrii.staikov@intel.com>
@itikhono itikhono marked this pull request as ready for review May 15, 2024 05:49
@itikhono itikhono requested a review from a team as a code owner May 15, 2024 05:49
@itikhono itikhono added this to the 2024.2 milestone May 15, 2024
@ilya-lavrenov ilya-lavrenov merged commit 6950460 into openvinotoolkit:master May 15, 2024
103 of 110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Core OpenVINO Core (aka ngraph) category: transformations OpenVINO Runtime library - Transformations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants