From 2dde1268c71d052c54e691df7bf030b651cd7dd8 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Wed, 1 Oct 2025 14:39:48 +0800 Subject: [PATCH] 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: https://github.com/vllm-project/vllm/commit/releases/v0.11.0 Signed-off-by: Yikun Jiang --- docs/source/tutorials/multi-node_dsv3.2.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/source/tutorials/multi-node_dsv3.2.md b/docs/source/tutorials/multi-node_dsv3.2.md index 449cf00..5ecdd5b 100644 --- a/docs/source/tutorials/multi-node_dsv3.2.md +++ b/docs/source/tutorials/multi-node_dsv3.2.md @@ -95,8 +95,8 @@ Run the following command to start the container in each node(This guide suppose ```{code-block} bash :substitutions: # Update the vllm-ascend image -# export IMAGE=quay.io/ascend/vllm-ascend:v0.11.0rc0-a3-deepseek-v3.2-exp -export IMAGE=quay.nju.edu.cn/ascend/vllm-ascend:v0.11.0rc0-a3-deepseek-v3.2-exp +# export IMAGE=quay.io/ascend/vllm-ascend:v0.11.0rc0-deepseek-v3.2-exp +export IMAGE=quay.nju.edu.cn/ascend/vllm-ascend:v0.11.0rc0-deepseek-v3.2-exp export NAME=vllm-ascend # Run the container using the defined variables @@ -132,6 +132,9 @@ docker run --rm \ ```{code-block} bash :substitutions: # Update the vllm-ascend image +# openEuler: +# export IMAGE=quay.io/ascend/vllm-ascend:v0.11.0rc0-a3-openeuler-deepseek-v3.2-exp +# Ubuntu: # export IMAGE=quay.io/ascend/vllm-ascend:v0.11.0rc0-a3-deepseek-v3.2-exp export IMAGE=quay.nju.edu.cn/ascend/vllm-ascend:v0.11.0rc0-a3-deepseek-v3.2-exp export NAME=vllm-ascend @@ -174,10 +177,6 @@ docker run --rm \ :::: ::::: -:::{note} -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` -::: - :::::{tab-set} ::::{tab-item} DeepSeek-V3.2-Exp A3 series