Skip to content

Commit 2109ceb

Browse files
committed
Added new NPUW_WHISPER option
1 parent 8132bf0 commit 2109ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cpp/src/utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ void update_npu_config_whisper(ov::AnyMap& config,
104104
update_config(config, {"NPUW_FUNCALL_FOR_ALL", "NO"});
105105
update_config(config, {"NPUW_FOLD", "NO"});
106106
update_config(config, {"NPUW_LLM", "YES"});
107+
update_config(config, {"NPUW_WHISPER", "YES"});
107108

108109
update_config(config, {"NPUW_LLM_BATCH_DIM", kv_pos.batch});
109110
update_config(config, {"NPUW_LLM_SEQ_LEN_DIM", kv_pos.seq_len});

0 commit comments

Comments
 (0)