diff --git a/docs/platforms/ascend_npu_glm5_examples.md b/docs/platforms/ascend_npu_glm5_examples.md
index 0adfe1d94..e72250366 100644
--- a/docs/platforms/ascend_npu_glm5_examples.md
+++ b/docs/platforms/ascend_npu_glm5_examples.md
@@ -15,7 +15,7 @@ The GLM (General Language Model) series is an open-source bilingual large langua
### Installation
-The dependencies required for the NPU runtime environment have been integrated into a Docker image and uploaded to the quay.io platform. You can directly pull it.
+The dependencies required for the NPU runtime environment have been integrated into a Docker image and uploaded to the Ascend platform. You can directly pull it.
```{code-block} bash
#Atlas 800 A3
@@ -32,7 +32,7 @@ docker run -itd --shm-size=16g --privileged=true --name ${NAME} \
-v /usr/local/Ascend/driver:/usr/local/Ascend/driver \
-v /usr/local/Ascend/firmware:/usr/local/Ascend/firmware \
--device=/dev/davinci0:/dev/davinci0 \
---device=/dev/davinci1:/dev/avinci1 \
+--device=/dev/davinci1:/dev/davinci1 \
--device=/dev/davinci2:/dev/davinci2 \
--device=/dev/davinci3:/dev/davinci3 \
--device=/dev/davinci4:/dev/davinci4 \
diff --git a/docs/platforms/ascend_npu_qwen3_5_examples.md b/docs/platforms/ascend_npu_qwen3_5_examples.md
index 124b571f6..b19f7321e 100644
--- a/docs/platforms/ascend_npu_qwen3_5_examples.md
+++ b/docs/platforms/ascend_npu_qwen3_5_examples.md
@@ -8,9 +8,9 @@ The dependencies required for the NPU runtime environment have been integrated i
```{code-block} bash
#Atlas 800 A3
-docker pull quay.io/ascend/sglang:v0.5.9-cann8.5.0-a3
+docker pull quay.io/ascend/sglang:main-cann8.5.0-a3
#Atlas 800 A2
-docker pull quay.io/ascend/sglang:v0.5.9-cann8.5.0-910b
+docker pull quay.io/ascend/sglang:main-cann8.5.0-910b
#start container
docker run -itd --shm-size=16g --privileged=true --name ${NAME} \
diff --git a/docs/platforms/ascend_npu_support_features.md b/docs/platforms/ascend_npu_support_features.md
index b7cc2e87a..3297b6720 100644
--- a/docs/platforms/ascend_npu_support_features.md
+++ b/docs/platforms/ascend_npu_support_features.md
@@ -124,7 +124,7 @@ click [Server Arguments](https://docs.sglang.io/advanced_features/server_argumen
| `--enable-trace` | `False` | bool flag
(set to enable) | A2, A3 |
| `--oltp-traces-endpoint` | `localhost:4317` | Type: str | A2, A3 |
| `--log-requests-target` | `None` | Type: str | A2, A3 |
-| `--uvicorn-access-log-exclude-prefixes` | `DEFAULT_UVICORN_ACCESS_LOG_EXCLUDE_PREFIXES` | Type: str | A2, A3 |
+| `--uvicorn-access-log-exclude-prefixes` | `[]` | List[str] | A2, A3 |
## RequestMetricsExporter configuration
@@ -144,7 +144,7 @@ click [Server Arguments](https://docs.sglang.io/advanced_features/server_argumen
| `--chat-template` | `None` | Type: str | A2, A3 |
| `--completion-template` | `None` | Type: str | A2, A3 |
| `--enable-cache-report` | `False` | bool flag
(set to enable) | A2, A3 |
-| `--reasoning-parser` | `None` | `deepseek-r1` | A2, A3 |
+| `--reasoning-parser` | `None` | `deepseek-r1`
`deepseek-v3`
`glm45`
`gpt-oss`
`kimi`
`qwen3`
`qwen3-thinking`
`step3` | A2, A3 |
| `--tool-call-parser` | `None` | `deepseekv3`
`deepseekv31`
`glm`
`glm45`
`glm47`
`gpt-oss`
`kimi_k2`
`llama3`
`mistral`
`pythonic`
`qwen`
`qwen25`
`qwen3_coder`
`step3`
`gigachat3` | A2, A3 |
| `--sampling-defaults` | `model` | `openai`, `model` | A2, A3 |