❓ [Question] How to install trtorchc? #627
-
❓ QuestionHow to install trtorchc? What you have already triedI use Dockerfile.21.07 build the docker. I found the trtorchc can't be used. Environment
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
(Going to make this a discussion so its easier to reference later) Id say the best way is to build the tarball |
Beta Was this translation helpful? Give feedback.
(Going to make this a discussion so its easier to reference later)
Id say the best way is to build the tarball
bazel build //:libtrtorch -c opt
. The tarball should be in bazel-bin after building is done. You can then un pack it over /usr/local to install. Alternatively your method should work, the binary should be inbazel-bin/cpp/bin/trtorchc
but I think this is much harder to use since the libraries will not necessarily be in the path.