We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8132bf0 commit 2109cebCopy full SHA for 2109ceb
src/cpp/src/utils.cpp
@@ -104,6 +104,7 @@ void update_npu_config_whisper(ov::AnyMap& config,
104
update_config(config, {"NPUW_FUNCALL_FOR_ALL", "NO"});
105
update_config(config, {"NPUW_FOLD", "NO"});
106
update_config(config, {"NPUW_LLM", "YES"});
107
+ update_config(config, {"NPUW_WHISPER", "YES"});
108
109
update_config(config, {"NPUW_LLM_BATCH_DIM", kv_pos.batch});
110
update_config(config, {"NPUW_LLM_SEQ_LEN_DIM", kv_pos.seq_len});
0 commit comments