Skip to content

Commit

Permalink
Remove AVOID in case NPUW_DQ
Browse files Browse the repository at this point in the history
  • Loading branch information
TolyaTalamanov committed Oct 1, 2024
1 parent c05464e commit b523761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/src/llm_pipeline_static.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void enable_npuw_dq_if_allowed(ov::AnyMap& config,
const std::shared_ptr<ov::Model>& model) {
if (allow_to_enable_npuw_dq(model)) {
config["NPUW_DQ"] = "YES";
config["NPUW_FUNCALL_FOR_ALL"] = "YES";
pop_option(config, "NPUW_ONLINE_AVOID");
}
}

Expand Down

0 comments on commit b523761

Please sign in to comment.