* 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
'Libraries & Packages > tensorRT' 카테고리의 다른 글
| [TensorRT] pytorch network를 c++에서 inference (0) | 2023.11.17 |
|---|---|
| [tensorRT] CMakelists.txt 에 tensorRT 추가 (0) | 2023.11.16 |