serve icon indicating copy to clipboard operation
serve copied to clipboard

How torchserve uses grpc in java

Open pengxin233 opened this issue 1 year ago • 2 comments

📚 The doc issue

I want to use grpc in the java service to call torchserve's model, but I don't seem to have found any relevant documentation.

Suggest a potential alternative/fix

No response

pengxin233 avatar Jan 22 '24 08:01 pengxin233

@pengxin233 TorchServe grpc protocol is defined at here

GPRC doc provides the step-by-step instruction about how to write a Java GRPC client.

lxning avatar Jan 22 '24 21:01 lxning

alright, thank you very much

pengxin233 avatar Jan 23 '24 02:01 pengxin233