I am using onnxruntime from python3.9 version. While executing onnxrt_ep.py file with your sample models, I am getting the below warning and
/home/valeo/anaconda3/lib/python3.9/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py:54: UserWarning: Specified provider 'TIDLCompilationProvider' is not in available provider names.Available providers: 'CPUExecutionProvider'
runtime error as RuntimeError: Unknown Provider Type: TIDLCompilationProvider.
How to resolve this issue ? Thanks