diff --git a/docs/grpc_api.md b/docs/grpc_api.md index a374542533..0055ffe8d3 100644 --- a/docs/grpc_api.md +++ b/docs/grpc_api.md @@ -31,9 +31,8 @@ Run following commands to Register, run inference and unregister, densenet161 mo - Clone serve repo to run this example ```bash -git clone https://github.com/pytorch/serve +git clone --recurse-submodules https://github.com/pytorch/serve cd serve -git submodule init ``` - Install gRPC python dependencies