Skip to content

Commit fa8f6ed

Browse files
committed
fix typo
Signed-off-by: xuyexiong <[email protected]>
1 parent da707d9 commit fa8f6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/developer_guide/performance/distributed_dp_server_with_large_ep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ In the PD separation scenario, we provide a recommended optimized configuration.
173173
- **prefiller node**
174174

175175
1. set HCCL_BUFFSIZE=256
176-
2. add '--enforce-eager' commond to 'vllm serve'
176+
2. add '--enforce-eager' command to 'vllm serve'
177177
3. Take '--additional-config' as follow
178178

179179
```shell
@@ -231,7 +231,7 @@ python load_balance_proxy_server_example.py \
231231
```
232232

233233
:::{note}
234-
Each node local ip should repeat the same times as its '**dp_size_local**', at the same time, each node has the same number of ports as '**dp_size_local**', and ther ports increase sequentially starting from '**engine_port**'.
234+
Each node local ip should repeat the same times as its '**dp_size_local**', at the same time, each node has the same number of ports as '**dp_size_local**', and the ports increase sequentially starting from '**engine_port**'.
235235
:::
236236

237237
You can get the proxy program in the repository's examples, [load\_balance\_proxy\_server\_example.py](https://github.com/vllm-project/vllm-ascend/blob/v0.9.1-dev/examples/disaggregate_prefill_v1/load_balance_proxy_server_example.py)

0 commit comments

Comments
 (0)