isarsoft / yolov4-triton-tensorrt

This repository deploys YOLOv4 as an optimized TensorRT engine to Triton Inference Server
http://www.isarsoft.com
Other
276 stars 63 forks source link

tritonclient.utils.InferenceServerException: [StatusCode.UNAVAILABLE] failed to connect to all addresses #70

Open sydat2701 opened 1 year ago

sydat2701 commented 1 year ago

Hi guys, I got this error when implemented triton "tritonclient.utils.InferenceServerException: [StatusCode.UNAVAILABLE] failed to connect to all addresses". I checked to ensure that all the ports I used to run the triton server were not already in use, and I called from client to the server on exact port. Do you have any suggestion about this? Thank for your help.

yunusskaratas commented 8 months ago

I experienced the same problem. Is there any solution for that ?

00MomoNiu00 commented 8 months ago

did you solve this problem?