Skip to content

Commit 2dde126

Browse files
authored
Fix doc for A2 series and cleanup note (#3307)
### What this PR does / why we need it? Fix doc for A2 series and cleanup note ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed - vLLM version: v0.11.0rc3 - vLLM main: vllm-project/vllm@releases/v0.11.0 Signed-off-by: Yikun Jiang <[email protected]>
1 parent 474fa73 commit 2dde126

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/source/tutorials/multi-node_dsv3.2.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Run the following command to start the container in each node(This guide suppose
9595
```{code-block} bash
9696
:substitutions:
9797
# Update the vllm-ascend image
98-
# export IMAGE=quay.io/ascend/vllm-ascend:v0.11.0rc0-a3-deepseek-v3.2-exp
99-
export IMAGE=quay.nju.edu.cn/ascend/vllm-ascend:v0.11.0rc0-a3-deepseek-v3.2-exp
98+
# export IMAGE=quay.io/ascend/vllm-ascend:v0.11.0rc0-deepseek-v3.2-exp
99+
export IMAGE=quay.nju.edu.cn/ascend/vllm-ascend:v0.11.0rc0-deepseek-v3.2-exp
100100
export NAME=vllm-ascend
101101
102102
# Run the container using the defined variables
@@ -132,6 +132,9 @@ docker run --rm \
132132
```{code-block} bash
133133
:substitutions:
134134
# Update the vllm-ascend image
135+
# openEuler:
136+
# export IMAGE=quay.io/ascend/vllm-ascend:v0.11.0rc0-a3-openeuler-deepseek-v3.2-exp
137+
# Ubuntu:
135138
# export IMAGE=quay.io/ascend/vllm-ascend:v0.11.0rc0-a3-deepseek-v3.2-exp
136139
export IMAGE=quay.nju.edu.cn/ascend/vllm-ascend:v0.11.0rc0-a3-deepseek-v3.2-exp
137140
export NAME=vllm-ascend
@@ -174,10 +177,6 @@ docker run --rm \
174177
::::
175178
:::::
176179

177-
:::{note}
178-
We also provide openEuler based image, just need to replace `IMAGE` to `quay.io/ascend/vllm-ascend:v0.11.0rc0-a3-openeuler-deepseek-v3.2-exp`
179-
:::
180-
181180
:::::{tab-set}
182181
::::{tab-item} DeepSeek-V3.2-Exp A3 series
183182

0 commit comments

Comments
 (0)