Skip to content
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

OpenVINO Compiler Installation in Ubuntu 22.04 #108

Closed
isgursoy opened this issue Nov 21, 2022 · 5 comments
Closed

OpenVINO Compiler Installation in Ubuntu 22.04 #108

isgursoy opened this issue Nov 21, 2022 · 5 comments

Comments

@isgursoy
Copy link

(venv) isgursoy@isgursoy-VORKE:/opt/cloud/projects/akil/classification-engine$ python -m nebullvm.installers.auto_installer --frameworks torch onnx huggingface --compilers all
.
.
.
21/11/2022 06:29:10 PM [ INFO ] Trying to install openvino on the platform...
21/11/2022 06:29:12 PM [ WARNING ] Unable to install openvino on this platform. The compiler will be skipped. 

No other relevant messages.

@valeriosofi
Copy link
Collaborator

Hi @isgursoy, thanks for opening the issue! Can you please attach the info about your processor (type etc.) and the version of pytorch that you have installed?

@isgursoy
Copy link
Author

Here cpuinfo:

processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 94
model name	: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
stepping	: 3
microcode	: 0xf0
cpu MHz		: 2600.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities
vmx flags	: vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple pml
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit srbds mmio_stale_data retbleed
bogomips	: 5199.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 39 bits physical, 48 bits virtual
power management:

PyTorch version is 1.12.1 according to installation requirements.

@isgursoy
Copy link
Author

It was Python 3.10. Maybe this one?

@valeriosofi
Copy link
Collaborator

Yep it's because of that. OpenVINO currently doesn't support python 3.10 so the auto installer will skip it. I think they will include the support in the next release.

@isgursoy
Copy link
Author

isgursoy commented Nov 22, 2022

Oh sorry, I was feeling right about 3.10 as it is default python version in current Ubuntu LTS and missed that issue before opening this one. Closing the duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants