- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to install OpenVino SDK that supports VPU (AI Core XM 2280) on intel Up Xtreme Device. However I couldn't able to figure which version of OpenVino should I be using for the same.
After installation of latest openvino package when i am running below command still it is showing ["CPU"] only and VPU is still not detecting.
python -c "from openvino import Core; print(Core().available_devices)"
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Gupta_harsh.
The latest OpenVINO version that supports the VPU is the OpenVINO 2022.3.2 LTS release.
Regards,
Zul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Zulkifli,
Thanks for your response, I tried installing the OpenVino 2022.3.2 but still VPU is not visible only CPU is coming.
I have also attached the screenshot regarding that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Gupta_harsh,
Are you using the OpenVINO™ Runtime package from PyPI or installer?
For your information, the OpenVINO™ Runtime package install from PyPI only includes a set of libraries for Intel® CPU and Intel® GPU hardware.
To configure VPU, please download the OpenVINO™ Runtime package using Installer.
Regards,
Zul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your question. If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As per your suggestion i tried to install openvino using the installater.
But after successful installation when i am checking the devices using command:
python -c "from openvino import Core; print(Core().available_devices)"
It is still showing ["CPU"] only and VPU is still not detecting.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page