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 set <path_to_trt> when installed tensorrt using pip #1008

Open
PhilipGAQ opened this issue Dec 27, 2024 · 0 comments
Open

How to set <path_to_trt> when installed tensorrt using pip #1008

PhilipGAQ opened this issue Dec 27, 2024 · 0 comments

Comments

@PhilipGAQ
Copy link

Hi. In the build code below:

mkdir build && cd build
cmake .. -DTENSORRT_ROOT=<path_to_trt> && make -j
# Ensure that you update your LD_LIBRARY_PATH to pick up the location of the newly built library:
export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH

There is a <path_to_trt>. But I have installed tensorrt using pip, so I don't know how to set <path_to_trt>. Please help me if you can solve the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant