Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1627 Discussions

Intel Developer Cloud for the Edge - compile_tool available with OpenVINO inside DevCloud?

JayBurris
Employee
367 Views

Is the compile_tool available with OpenVINO on the Intel Developer Cloud for the Edge?

 

If so how does one access and use it?

Is there a code snippet for using the compile_tool?

https://docs.openvino.ai/latest/openvino_inference_engine_tools_compile_tool_README.html

 

 

 

0 Kudos
1 Solution
JesusE_Intel
Moderator
328 Views

Hi JayBurris,

 

Thanks for reaching out! Compile tool is not available in the Jupyter Notebook environment as it is using OpenVINO from PyPI package (openvino and openvino-dev) and compile tool is not part of these packages.

 

However, you can use the compile tool by launching a Terminal (Jupyter Notebook Launcher -> Terminal (top right)) and run the following commands. 

 

$ source /opt/intel/openvino_2022/setupvars.sh
[setupvars.sh] OpenVINO environment initialized

$ /opt/intel/openvino_2022/tools/compile_tool/compile_tool 
OpenVINO Runtime version ......... 2022.1.0
Build ........... 2022.1.0-7019-cdb9bec7210-releases/2022/1
Path to model xml file is required

 

Please let me know if this works for you.

 

Regards,

Jesus

 

 

View solution in original post

0 Kudos
2 Replies
JesusE_Intel
Moderator
329 Views

Hi JayBurris,

 

Thanks for reaching out! Compile tool is not available in the Jupyter Notebook environment as it is using OpenVINO from PyPI package (openvino and openvino-dev) and compile tool is not part of these packages.

 

However, you can use the compile tool by launching a Terminal (Jupyter Notebook Launcher -> Terminal (top right)) and run the following commands. 

 

$ source /opt/intel/openvino_2022/setupvars.sh
[setupvars.sh] OpenVINO environment initialized

$ /opt/intel/openvino_2022/tools/compile_tool/compile_tool 
OpenVINO Runtime version ......... 2022.1.0
Build ........... 2022.1.0-7019-cdb9bec7210-releases/2022/1
Path to model xml file is required

 

Please let me know if this works for you.

 

Regards,

Jesus

 

 

0 Kudos
JesusE_Intel
Moderator
267 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.

0 Kudos
Reply