-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Enable 3-model pipeline by default #31543
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
Enable 3-model pipeline by default #31543
Conversation
72144eb
to
346320b
Compare
void update_config(ov::AnyMap& config, const std::pair<std::string, ov::Any>& pair) { | ||
if (config.count(pair.first) == 0) { | ||
config.insert(pair); | ||
} | ||
} |
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.
What is this about?
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.
Removed!
split_llm_properties(properties, npuw_llm_props, other_props); | ||
update_config(npuw_llm_props, {"NPUW_LLM_SHARED_HEAD", "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.
Just flip the property's default value
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.
Done!
346320b
to
41bc241
Compare
41bc241
to
4f8c07f
Compare
Details:
Tickets: