Skip to content

Commit dc95e58

Browse files
committed
bugfix
Signed-off-by: liziyu <liziyu16@huawei.com>
1 parent 44bbe87 commit dc95e58

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
5.05 KB
Loading

docs/source/developer_guide/feature_guide/disaggregated_prefill.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Under the disaggregated-prefill, a global proxy receives external requests, forw
3232
### 2. Implementation Design
3333

3434
Our design diagram is shown below, illustrating the pull and push schemes respectively.
35-
3635
![alt text](../../assets/disaggregated_prefill_pull.png)
3736
![alt text](../../assets/disaggregated_prefill_push.png)
3837

@@ -91,7 +90,7 @@ Validate KV transfer config by checking whether the kv_connector type is support
9190

9291
Before startup, perform a port-usage check on configured ports (e.g., rpc_port, metrics_port, http_port/metaserver) by attempting to bind. If a port is already in use, fail fast and log an error.
9392

94-
### 3.PD Ratio Validation
93+
### 3. PD Ratio Validation
9594

9695
Under non-symmetric PD scenarios, validate the P-to-D tp ratio against expected and scheduling constraints to ensure correct and reliable operation.
9796

docs/source/developer_guide/feature_guide/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ This section provides an overview of the features implemented in vLLM Ascend. De
77
:maxdepth: 1
88
patch
99
ModelRunner_prepare_inputs
10+
disaggregated_prefill
1011
:::

0 commit comments

Comments
 (0)