[Doc] Fix DeepSeek-3.2-Exp doc, remove v0.11.0rc0 outdated infos. (#4095)

### What this PR does / why we need it?
Fix DeepSeek-3.2-Exp doc, remove v0.11.0rc0 outdated infos.

- vLLM version: v0.11.0
- vLLM main:
83f478bb19

---------

Signed-off-by: menogrey <1299267905@qq.com>
This commit is contained in:
zhangyiming
2025-11-12 09:11:31 +08:00
committed by GitHub
parent 638dbcdb32
commit c9e5b90f53
4 changed files with 48 additions and 31 deletions

View File

@@ -305,7 +305,10 @@ First, check physical layer connectivity, then verify each node, and finally ver
Execute the following commands on each node in sequence. The results must all be `success` and the status must be `UP`:
:::::{tab-set}
:sync-group: multi-node
::::{tab-item} A2 series
:sync: A2
```bash
# Check the remote switch ports
@@ -324,6 +327,7 @@ Execute the following commands on each node in sequence. The results must all be
::::
::::{tab-item} A3 series
:sync: A3
```bash
# Check the remote switch ports
@@ -346,7 +350,10 @@ Execute the following commands on each node in sequence. The results must all be
#### Interconnect Verification:
##### 1. Get NPU IP Addresses
:::::{tab-set}
:sync-group: multi-node
::::{tab-item} A2 series
:sync: A2
```bash
for i in {0..7}; do hccn_tool -i $i -ip -g | grep ipaddr; done
@@ -354,6 +361,7 @@ for i in {0..7}; do hccn_tool -i $i -ip -g | grep ipaddr; done
::::
::::{tab-item} A3 series
:sync: A3
```bash
for i in {0..15}; do hccn_tool -i $i -ip -g | grep ipaddr; done
@@ -376,7 +384,10 @@ Using vLLM-ascend official container is more efficient to run multi-node environ
Run the following command to start the container in each node (You should download the weight to /root/.cache in advance):
:::::{tab-set}
:sync-group: multi-node
::::{tab-item} A2 series
:sync: A2
```{code-block} bash
:substitutions:
@@ -417,6 +428,7 @@ docker run --rm \
::::
::::{tab-item} A3 series
:sync: A3
```{code-block} bash
:substitutions:
@@ -465,7 +477,3 @@ docker run --rm \
::::
:::::
### Verify installation
TODO