I am trying to install tlt-converter as the instruction here with the download link .
The installation steps are as follows:
- Copy the executable to the target device
- Install openssl library using the following command.
- $ sudo apt-get install libssl-dev
- Export the following environment variables
- $ export TRT_LIB_PATH=”/usr/lib/aarch64-linux-gnu”
- $ export TRT_INC_PATH=”/usr/include/aarch64-linux-gnu”
- Run the converter
I don’t see how the first three steps related to the installation of tlt-converter, and later I got the bash: tlt-converter: command not found with running ./tlt-converter. I attached the installation instruction txt here. Thanks.Readme.txt (1.1 KB)