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

[DO NOT MERGE][WIP][GPU] Fix weightless caching with low precision models #28641

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tkrupa-intel
Copy link
Contributor

Details:

  • The existing mechanism for recreating precision conversion in weightless caching was not sufficient to work with low precision models (found out in Phi-3-mini-4k-instruct-int4-ov model).
  • This change:
    • adds copying of weightless cache attr in transformations relevant only to low precision subgraphs (for weight, scale and zero point constants).
    • replaces recreation of dtype change in propagate_constants to recreation of any kind of reorder from there.

Tickets:

@tkrupa-intel tkrupa-intel requested review from a team as code owners January 23, 2025 12:48
@tkrupa-intel tkrupa-intel requested review from itikhono and removed request for a team January 23, 2025 12:48
@github-actions github-actions bot added category: Core OpenVINO Core (aka ngraph) category: GPU OpenVINO GPU plugin category: transformations OpenVINO Runtime library - Transformations labels Jan 23, 2025
@tkrupa-intel tkrupa-intel changed the title [GPU] Fix weightless caching with low precision models [DO NOT MERGE][GPU] Fix weightless caching with low precision models Jan 23, 2025
@tkrupa-intel tkrupa-intel changed the title [DO NOT MERGE][GPU] Fix weightless caching with low precision models [DO NOT MERGE][WIP][GPU] Fix weightless caching with low precision models Jan 23, 2025
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: GPU OpenVINO GPU plugin category: transformations OpenVINO Runtime library - Transformations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant