We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af217c4 commit ea0eb60Copy full SHA for ea0eb60
README.md
@@ -31,11 +31,15 @@ Example torchserve [config](https://pytorch.org/serve/configuration.html):
31
inference_address=http://127.0.0.1:8443
32
management_address=http://127.0.0.1:8444
33
metrics_address=http://127.0.0.1:8445
34
+grpc_inference_port=7070
35
+grpc_management_port=7071
36
number_of_gpu=0
37
batch_size=1
38
model_store=/mnt/pretrained/model_store
39
```
40
41
+If the server doesn't start for some reason check if your ports are already in use!
42
+
43
# Updates
44
[15-oct-2020] add [scale workers](https://pytorch.org/serve/management_api.html#scale-workers) tab
45
0 commit comments