Releases¶
The following table lists availability of each eIQ tool:
Component |
Distribution Portal |
|---|---|
eIQ AI Hub |
|
eIQ AI Toolkit |
|
eIQ Olive |
|
eIQ ONNX2TFLite |
|
eIQ Neutron SDK |
Download (Archive) |
eIQ 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/