Open auggieFT opened 1 month ago
How to include libnvinfer_plugin in trt_extra_plugin_lib_paths on Windows? Im using python. And with that i want to include efficient NMS plugin.
ort_session = ort.InferenceSession(model_onnx, providers=[('TensorrtExecutionProvider', { 'trt_extra_plugin_lib_paths': "libnvinfer_plugin.dll" }), ])
this does not work. Also it doesnt work when i pass absolute path of nvinfer_plugin_10.dll to trt_extra_plugin_lib_paths.
No response
Windows
19045
Released Package
1.19.1
Python
X64
TensorRT
Tensorrt 10.5
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
Describe the issue
How to include libnvinfer_plugin in trt_extra_plugin_lib_paths on Windows? Im using python. And with that i want to include efficient NMS plugin.
To reproduce
ort_session = ort.InferenceSession(model_onnx, providers=[('TensorrtExecutionProvider', { 'trt_extra_plugin_lib_paths': "libnvinfer_plugin.dll" }), ])
this does not work. Also it doesnt work when i pass absolute path of nvinfer_plugin_10.dll to trt_extra_plugin_lib_paths.
Urgency
No response
Platform
Windows
OS Version
19045
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.19.1
ONNX Runtime API
Python
Architecture
X64
Execution Provider
TensorRT
Execution Provider Library Version
Tensorrt 10.5