Skip to content

Commit 0e6a0db

Browse files
committed
Revert "Set default version to 1"
This reverts commit b599ec1.
1 parent 153b349 commit 0e6a0db

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)