Skip to content

Commit ddb63d4

Browse files
authored
Add missing NPUW properties (#34759)
### Details: - Add missing NPUW properties to caching properties ### AI Assistance: - *AI assistance used: no * - *If yes, summarize how AI was used and what human validation was performed (build/tests/manual checks).*
1 parent e0ab225 commit ddb63d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/plugins/intel_npu/src/plugin/include/properties.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ class Properties final {
215215
ov::intel_npu::npuw::llm::optimize_fp8.name(),
216216
ov::intel_npu::npuw::eagle::enabled.name(),
217217
ov::intel_npu::npuw::llm::prefill_moe_hint.name(),
218-
ov::intel_npu::npuw::llm::generate_moe_hint.name()};
218+
ov::intel_npu::npuw::llm::generate_moe_hint.name(),
219+
ov::intel_npu::npuw::whisper::enabled.name(),
220+
ov::intel_npu::npuw::text_embed::enabled.name()};
219221

220222
const std::vector<ov::PropertyName> _internalSupportedProperties = {ov::internal::caching_properties.name(),
221223
ov::internal::caching_with_mmap.name(),

0 commit comments

Comments
 (0)