You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have two loaded and ready models. When I send request with grpc client to vision model it works. However I send request to text model it returns following error
tritonclient.utils.InferenceServerException: [StatusCode.UNAVAILABLE] Received http2 header with status: 502
and tritonserver logs are like following. As far as I understand model works fine.
Hello, I have two loaded and ready models. When I send request with grpc client to vision model it works. However I send request to text model it returns following error
tritonclient.utils.InferenceServerException: [StatusCode.UNAVAILABLE] Received http2 header with status: 502
and tritonserver logs are like following. As far as I understand model works fine.
-- text model config.pbtxt
-- vision model config.pbtxt
Actually I couldn't figure out what's wrong. When I load both models on notebook it works. I can provide more info if needed.
The text was updated successfully, but these errors were encountered: