Skip to content

Conversation

@CuriousPanCake
Copy link
Contributor

It was observed that the initial implementation of sliding window handling for gpt-oss was incorrect and instead of using the real sliding window value, the 0 stub was always used.

  • Fix the pattern that captures the real subgraph in the model and extracts the real sliding window value.
  • Fix the test that was implemented based on the incorrect post-transformation graph.

Tickets:
CVS-176323

Signed-off-by: Andrii Staikov [email protected]

…openvinotoolkit#32911)

It was observed that the initial implementation of sliding window
handling for gpt-oss was incorrect and instead of using the real sliding
window value, the 0 stub was always used.

* Fix the pattern that captures the real subgraph in the model and
extracts the real sliding window value.
* Fix the test that was implemented based on the incorrect
post-transformation graph.

### Tickets:
[CVS-176323](https://jira.devtools.intel.com/browse/CVS-176323)
 
Signed-off-by: Andrii Staikov <[email protected]>
@CuriousPanCake CuriousPanCake requested a review from a team as a code owner November 19, 2025 12:18
@CuriousPanCake CuriousPanCake requested review from mryzhov and removed request for a team November 19, 2025 12:18
@github-actions github-actions bot added the category: transformations OpenVINO Runtime library - Transformations label Nov 19, 2025
Copy link
Contributor

@p-durandin p-durandin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved as backport #32911

@p-durandin p-durandin added this to the 2025.4 milestone Nov 20, 2025
@p-durandin p-durandin added this pull request to the merge queue Nov 20, 2025
Merged via the queue into openvinotoolkit:releases/2025/4 with commit d36d3d6 Nov 20, 2025
203 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: transformations OpenVINO Runtime library - Transformations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants