본문 바로가기
Libraries & Packages/tensorRT

trtexec: command not found 에러

by yongee97 2023. 11. 16.

 

* environment

Jetson Orin NX

Jetpack 5.1

 

 

* error

터미널에 trtexec 실행 시

trtexec: command not found

에러 발생

 

* 해결방법

bash파일에 다음 줄 추가

alias trtexec="/usr/src/tensorrt/bin/trtexec"

 

* 참고

 

https://forums.developer.nvidia.com/t/bash-trtexec-command-not-found/127302

 

Bash: trtexec: command not found

Description I tried to build trtexec in .../TensorRT/samples. I followed this git link for building the sample but it didn’t work. It looks like it’s not a valid command with the message : bash: trtexec: command not found Environment TensorRT Version:

forums.developer.nvidia.com