Releases

The following table lists availability of each eIQ tool:

Component

Distribution Portal

eIQ AI Hub

Link

eIQ AI Toolkit

Docker Compose (Releases)
Docker Hub (Docker Images)

eIQ Olive

Source
eIQ PyPI: python -m pip install eiq-olive

eIQ ONNX2TFLite

Source
eIQ PyPI: python -m pip install eiq-onnx2tflite

eIQ Neutron SDK

Download (Archive)
eIQ PyPI: python -m pip install eiq-neutron-sdk

eIQ Vela

Source
eIQ PyPI: python -m pip install nxp-ethos-u-vela

Using eIQ PyPI Distribution Portal

NXP hosts its Python packages in its own Python repository called eIQ PyPI which requires additional pip settings:

python -m pip config --user set global.index https://eiq.nxp.com/repository
python -m pip config --user set global.index-url  https://eiq.nxp.com/repository
python -m pip config --user set global.trusted-host eiq.nxp.com
python -m pip config --user set global.extra-index-url https://pypi.org/simple
python -m pip config --user set global.find-links https://eiq.nxp.com/repository/