Skip to content

Commit

Permalink
Fix gRPC docs to properly clone the git submodules (#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Nov 17, 2023
1 parent a8ca657 commit aa96cf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/grpc_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa96cf6

Please sign in to comment.