IREE based ONNX Runtime Execution Provider.
- Build the plugin
mkdir build && cd build
cmake ..
make -j- Create a virtual environment and install dependencies
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt- Install Python Package
ONNXRUNTIME_EP_IREE_BUILD_DIR=$(pwd)/build uv pip install -e python/- Run sample test
python test/test_ep_load.py