Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@PhilipGAQ

Description

@PhilipGAQ

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions