Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to include libnvinfer_plugin in trt_extra_plugin_lib_paths on Windows? Im using python. #22521

Open
auggieFT opened this issue Oct 21, 2024 · 0 comments
Labels
platform:windows issues related to the Windows platform

Comments

@auggieFT
Copy link

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

@github-actions github-actions bot added the platform:windows issues related to the Windows platform label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:windows issues related to the Windows platform
Projects
None yet
Development

No branches or pull requests

1 participant