From aa96cf60c044087e75a1472f3bd090422d4d349c Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Fri, 17 Nov 2023 14:38:43 -0500 Subject: [PATCH] Fix gRPC docs to properly clone the git submodules (#2799) --- docs/grpc_api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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