This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: 'TIDLCompilationProvider' is not in available Error

Part Number: TDA4VM

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