-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed "NPU_USE_NPUW" : "NO" case #25926
Fixed "NPU_USE_NPUW" : "NO" case #25926
Conversation
d73766d
to
c52cd99
Compare
c52cd99
to
e397317
Compare
is it possible to add a test fox this fix? |
Hello, sure, but only for future releases, because infrastructure for tests is not merged yet: Added MockNPU/CPU, FakeNPU/CPU and functional tests by AsyaPronina · Pull Request #25236 · openvinotoolkit/openvino (github.com) |
@ilya-lavrenov could you please help with a merge? it seems the only failure in this PR checks is somewhere in PyTorch and changes in the PR has no effect on it |
df7381e
into
openvinotoolkit:releases/2024/3
@AsyaPronina this PR is merged, do you have the same for |
Details:
false
is passed tointel_npu::Plugin::compile_model(...)
, it is not removed from incoming OV properties and passes on right to npu plugin'sintel_npu::Config
config causing:Tickets: