Skip to content

Commit

Permalink
[intel-npu] Condition NPU_COMPILER_DYNAMIC_QUANTIZATION to compiler v…
Browse files Browse the repository at this point in the history
…ersion >= 6.4
  • Loading branch information
csoka committed Jan 14, 2025
1 parent e283029 commit f4eb1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_npu/src/plugin/src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Plugin::Plugin()
return config.get<COMPILATION_MODE_PARAMS>();
}}},
{ov::intel_npu::compiler_dynamic_quantization.name(),
{true,
{min_compiler_requirement(ICOMPILER_MAKE_VERSION(6,4)),
ov::PropertyMutability::RW,
[](const Config& config) {
return config.get<COMPILER_DYNAMIC_QUANTIZATION>();
Expand Down

0 comments on commit f4eb1fb

Please sign in to comment.