Skip to content

Commit c669a01

Browse files
committed
Set 3 as default value for SEPARATE_WEIGHTS_VERSION
1 parent 53bf339 commit c669a01

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/intel_npu/src/al/include/intel_npu/config

1 file changed

+1
-1
lines changed

src/plugins/intel_npu/src/al/include/intel_npu/config/common.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ struct SEPARATE_WEIGHTS_VERSION final : OptionBase<SEPARATE_WEIGHTS_VERSION, uin
271271
}
272272

273273
static uint32_t defaultValue() {
274-
return 1;
274+
return 3;
275275
}
276276

277277
static uint32_t parse(std::string_view val) {

0 commit comments

Comments
 (0)