yolov8-triton icon indicating copy to clipboard operation
yolov8-triton copied to clipboard

Unable to find 'libtriton_tensorrt_plan.so' for model 'object_detection', searched: /models/object_detection/1, /models/object_detection, /opt/tritonserver/backends/tensorrt_plan

Open athithya-raj opened this issue 6 months ago • 0 comments

image

image Unable to find 'libtriton_tensorrt_plan.so' for model 'object_detection', searched: /models/object_detection/1, /models/object_detection, /opt/tritonserver/backends/tensorrt_plan I am getting the above error while running the triton server. I have used yolov8 conversion method to convert the custom trained model into tensorrt engine and I am nvidia triton image to run the server. I have kept the model inside the repository as model.engine.

Where should I keep the .so file. I have the .so file "libyolo_layer.so" in this name, where should I put this.

athithya-raj avatar Dec 14 '23 05:12 athithya-raj