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

handling duplicate dq which are initializers #575

Draft
wants to merge 3 commits into
base: ovep-develop
Choose a base branch
from

Conversation

saurabhkale17
Copy link

@saurabhkale17 saurabhkale17 commented Feb 13, 2025

Description

This PR addresses an issue where duplicate DQ nodes which are initializers were incorrectly removed. Since initializers should always be preserved, the fix ensures that:

All duplicate DQ nodes that are initializers are now retained.

Other DQ Nodes: Duplicate DQ nodes that are not initializers continue to be handled according to the existing rule set.
This change guarantees proper handling of initializers and aligns with the expected behavior of preserving important model components.

Note: this is a draft PR . Functional and accuracy validation is in progress for other all important models. This fix will be merged post functional and accuracy validation

jatinwadhwa921 and others added 3 commits February 11, 2025 17:03
* update: Update MSFT Contrib Ops from OV

* modified data_ops.cc to remove unsupported ops

* disabled tests for EmbedLayerNormalisation and MatMulNBits

---------

Co-authored-by: n1harika <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants