-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[NPUW] Update compiler DQ query in LLMCompiledModel #28343
[NPUW] Update compiler DQ query in LLMCompiledModel #28343
Conversation
…into as/npuw_llm_compiled_dq
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it is right but I am not the right approver here
config.emplace("NPUW_DQ", "YES"); | ||
config.emplace("NPUW_DQ_FULL", "NO"); | ||
config.emplace("NPU_COMPILER_DYNAMIC_QUANTIZATION", "YES"); | ||
config.erase("NPUW_DCOFF_TYPE"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought it's not needed when NPUW_DQ: YES
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed in case config.emplace("NPUW_DQ_FULL", "NO");
Depends on #28316
Related to openvinotoolkit/openvino.genai#1515