erichtho

Results 1 issues of erichtho

When using triton grpc client to infer, triton will exit unexpectedly sometimes. like using: ``` with tritonclient.grpc.InferenceServerClient('localhost:8001', verbose = False) as client: outputs = [ httpclient.InferRequestedOutput('logits', ), httpclient.InferRequestedOutput('embs', ) ]...

bug