Skip to content

Commit afcfe91

Browse files
authored
[Doc] Fix multi node doc (#1783)
### What this PR does / why we need it? ### Does this PR introduce _any_ user-facing change? Pin docker image to latest release ### How was this patch tested? - vLLM version: v0.9.2 - vLLM main: vllm-project/vllm@1e9438e Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent cabfb2b commit afcfe91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/tutorials/multi_node.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ hccn_tool -i 0 -ping -g address 10.20.0.20
5656
## Run with docker
5757
Assume you have two Atlas 800 A2(64G*8) nodes, and want to deploy the `deepseek-v3-w8a8` quantitative model across multi-node.
5858

59-
```shell
60-
# Define the image and container name
61-
export IMAGE=quay.io/ascend/vllm-ascend:main
59+
```{code-block} bash
60+
:substitutions:
61+
# Update the vllm-ascend image
62+
export IMAGE=m.daocloud.io/quay.io/ascend/vllm-ascend:|vllm_ascend_version|
6263
export NAME=vllm-ascend
6364
6465
# Run the container using the defined variables

0 commit comments

Comments
 (0)