-
Notifications
You must be signed in to change notification settings - Fork 25
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
Adds conditions to keep QDQ #565
base: ovep-develop
Are you sure you want to change the base?
Conversation
e43cdb3
to
fb6bdee
Compare
@saurabhkale17 please review |
cd89be3
to
ade3b59
Compare
@rayngun @saurabhkale17 PR is unblocked Please rebase, review and ready to merge |
@rayngun Can you please rebase the branch |
* 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]>
059f7c1
to
f84614c
Compare
The conditions are based on - keep uint8/int8 QDQs after Conv (except Conv -> QDQ -> Bias Add/Div/Mul) - keep DQ if used for initializer - QDQ pair before Conv should be stripped if the QDQ pair is uint16/int16
e509ea8
to
69647fc
Compare
5e0f026
to
781f620
Compare
@jatinwadhwa921 Internal CI is failing, is the branch issue not resolved |
Is there any way such use cases can be handled ? As I expect many developers to raise from their private repo? |
I have to see on how we can authorize. i will have to make changes in my internal ci logic, will try to find a solution for this |
The conditions are based on