How to use a fixed TensorRT version in triton server? #5400
-
We converted our ONNX model to TensorRT and host it in triton server with TensorRT backend. Then we have to reconvert our ONNX model. And a full test aginst the model. Is there a way to build a fixed version in Triton Server? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @niuzheng168, if you'd like to use some specific TRT version, you can try to use
|
Beta Was this translation helpful? Give feedback.
Hi @niuzheng168, if you'd like to use some specific TRT version, you can try to use
LD_LIBRARY_PATH
to link with the TRT library with the version you want. For example, after downloading the TRT tar file, do something like