Open koush opened 2 months ago
The issue actually seems to stem from the apt package level-zero
being installed. If I remove it, it no longer crashes.
While this is not an issue with bare metal installation, it is an issue with creating docker images or lxc templates. The image can't contain the NPU support or risk crashing non-NPU systems.
level-zero
is assuming that certain instructions exist while it is being probed.
@ilya-lavrenov, could you please advice on this issue?
Just to add -- this issue has been reported several times for our updated set of of OpenVINO-based plugins for Audacity, which recently upgraded to use 2024.3. Here are a couple of examples:
https://forum.audacityteam.org/t/how-to-fix-unable-to-load-the-mod-openvino-module-error/116996/
https://github.com/intel/openvino-plugins-ai-audacity/issues/295
The workaround for these folks is to delete the NPU plugin DLL.
Edit: Note that the above reported issues have been on Windows, but seems to be the same issue (illegal instruction).
Ref. 154085
@avitial has this been resolved in the latest level zero changes by chance? I noticed this in the changelog:
Remove preload of all drivers given zeInitDrivers and update unit tests
@koush yes, as I understand issue should have been addressed in the latest master branch, can you check in the latest openvino-nightly? I've tested on 2024.5.0.dev20241014 and Apollo Lake and the issue does not reproduce. Let us know your findings after testing.
yes it seems resolved in the nightly
OpenVINO Version
2024.3.0
Operating System
Other (Please specify in description)
Device used for inference
CPU
Framework
None
Model used
All Models
Issue description
OS: Ubuntu 22.04 LXC inside Proxmox.
OpenVINO crashes on J4105 and older (and possibly some generation newer) CPU. This issue started in 2024.3.0. Last good build was 2024.2.0 I can resolve the issue by simply downgrading the package.
Running this same code on the Proxmox host shell (instead of LXC) works fine. This may be a containerization issue.See comment below where I've diagnosed the root cause.Step-by-step reproduction
Repro code:
Relevant log output
Issue submission checklist