openvinotoolkit/openvino_tensorflow

Abort was called at 22 line in file: ../neo/runtime/gmm_helper/gmm_interface.cpp

niluwin-intel opened this issue · 1 comments

Error:
Abort was called at 22 line in file:
../neo/runtime/gmm_helper/gmm_interface.cpp
Aborted (core dumped)

Code:
import openvino_tensorflow
openvino_tensorflow.list_backends()

Installation steps followed:
pip3 install -U --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ tensorflow-custom-abi1==2.2.2
source /bin/setupvars.sh
pip3 install -U --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ openvino-tensorflow-addon-abi1

I was able to install the OV-TF bridge after uninstalling OpenVino 2021.2.185 and following the ABI1 installation steps.

Installation steps followed: