From b6a91b1afefc3caac396f720aa9beeb798aabf75 Mon Sep 17 00:00:00 2001 From: jianzhao-xu <978716854@qq.com> Date: Mon, 13 Apr 2026 22:42:34 +0800 Subject: [PATCH] [NPU] --attn-cp-size --init-expert-location --eplb-algorithm parameter docs update (#22704) Co-authored-by: Jianzhao Xu --- docs/platforms/ascend/ascend_npu_support_features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/platforms/ascend/ascend_npu_support_features.md b/docs/platforms/ascend/ascend_npu_support_features.md index 7f0127a76..a46f4854a 100644 --- a/docs/platforms/ascend/ascend_npu_support_features.md +++ b/docs/platforms/ascend/ascend_npu_support_features.md @@ -87,7 +87,7 @@ click [Server Arguments](https://docs.sglang.io/advanced_features/server_argumen | `--device` | `None` | Type: str | A2, A3 | | `--tensor-parallel-size`
`--tp-size` | `1` | Type: int | A2, A3 | | `--pipeline-parallel-size`
`--pp-size` | `1` | Type: int; Currently `2` not supported | A2, A3 | -| `--attention-context-parallel-size`
`--attn-cp-size` | `1` | Type: int | A2, A3 | +| `--attention-context-parallel-size`
`--attn-cp-size` | `1` | Type: int; must be equal to --tp-size | A2, A3 | | `--moe-data-parallel-size`
`--moe-dp-size` | `1` | Type: int | A2, A3 | | `--pp-max-micro-batch-size` | `None` | Type: int | A2, A3 | | `--pp-async-batch-depth` | `None` | Type: int | A2, A3 | @@ -254,9 +254,9 @@ click [Server Arguments](https://docs.sglang.io/advanced_features/server_argumen | `--deepep-config` | `None` | Type: str | Special for GPU | | `--ep-num-redundant-experts` | `0` | Type: int | A2, A3 | | `--ep-dispatch-algorithm` | `None` | `static`,
`dynamic`,
`fake` | A2, A3 | -| `--init-expert-location` | `trivial` | Type: str | A2, A3 | +| `--init-expert-location` | `trivial` | `trivial`,
``,
``,
`` | A2, A3 | | `--enable-eplb` | `False` | bool flag
(set to enable) | A2, A3 | -| `--eplb-algorithm` | `deepseek`| Type: str | A2, A3 | +| `--eplb-algorithm` | `deepseek`| `auto`,
`deepseek` | A2, A3 | | `--eplb-rebalance-num-iterations` | `1000` | Type: int | A2, A3 | | `--eplb-rebalance-layers-`
`per-chunk` | `None` | Type: int | A2, A3 | | `--eplb-min-rebalancing-`
`utilization-threshold` | `1.0` | Type: float | A2, A3 |