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 |