Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed "NPU_USE_NPUW" : "NO" case (#25926)
### Details: - When "NPU_USE_NPUW" : "NO"/`false` is passed to `intel_npu::Plugin::compile_model(...)`, it is not removed from incoming OV properties and passes on right to npu plugin's `intel_npu::Config` config causing: ``` [ NOT_FOUND ] Option 'NPU_USE_NPUW' is not supported for current configuration ``` - However, workaround for issue is available: just not passing "NPU_USE_NPUW" : "NO" will result in right behavior is you don't need NPUW. ### Tickets: - *ticket-id* Co-authored-by: Dmitry Matveev <[email protected]>
- Loading branch information