Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce1bf50

Browse files
committedDec 10, 2024·
Set 3 as default value for SEPARATE_WEIGHTS_VERSION
1 parent 9edbe10 commit ce1bf50

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 2;
274+
return 3;
275275
}
276276

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

0 commit comments

Comments
 (0)
Please sign in to comment.