Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct spelling by misspelling 'preperties' to 'properties' #1446

Merged
merged 4 commits into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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