Skip to content

Commit

Permalink
[Fix] Correct spelling by misspelling 'preperties' to 'properties' (#…
Browse files Browse the repository at this point in the history
…1446)

* Correct spelling by misspelling 'preperties' to 'properties'

* Correct spelling by misspelling 'preperties' to 'properties'
  • Loading branch information
Enchanted0911 authored Oct 12, 2022
1 parent 8905dae commit a7a3067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/model_serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can find their usages in [TorchServe REST API](https://github.com/pytorch/se

````{note}
By default, TorchServe binds port number `8080`, `8081` and `8082` to its services.
You can change such behavior by modifying and saving the contents below to `config.properties`, and running TorchServe with option `--ts-config config.preperties`.
You can change such behavior by modifying and saving the contents below to `config.properties`, and running TorchServe with option `--ts-config config.properties`.
```bash
inference_address=http://0.0.0.0:8080
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/model_serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ torchserve --start --model-store ./checkpoints --models dbnet=dbnet.mar
| Metrics | `http://127.0.0.1:8082` |

````{note}
TorchServe 默认会将服务绑定到端口 `8080`、 `8081` 、 `8082` 上。你可以通过修改 `config.properties` 来更改端口及存储位置等内容,并通过可选项 `--ts-config config.preperties` 来运行 TorchServe 服务。
TorchServe 默认会将服务绑定到端口 `8080`、 `8081` 、 `8082` 上。你可以通过修改 `config.properties` 来更改端口及存储位置等内容,并通过可选项 `--ts-config config.properties` 来运行 TorchServe 服务。
```bash
inference_address=http://0.0.0.0:8080
Expand Down

0 comments on commit a7a3067

Please sign in to comment.