Skip to content

Commit ea0eb60

Browse files
authored
Update README.md
1 parent af217c4 commit ea0eb60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ Example torchserve [config](https://pytorch.org/serve/configuration.html):
3131
inference_address=http://127.0.0.1:8443
3232
management_address=http://127.0.0.1:8444
3333
metrics_address=http://127.0.0.1:8445
34+
grpc_inference_port=7070
35+
grpc_management_port=7071
3436
number_of_gpu=0
3537
batch_size=1
3638
model_store=/mnt/pretrained/model_store
3739
```
3840

41+
If the server doesn't start for some reason check if your ports are already in use!
42+
3943
# Updates
4044
[15-oct-2020] add [scale workers](https://pytorch.org/serve/management_api.html#scale-workers) tab
4145

0 commit comments

Comments
 (0)