We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5a062 commit b89494aCopy full SHA for b89494a
docs/source/tutorials/multi_node.md
@@ -58,9 +58,10 @@ hccn_tool -i 0 -ping -g address 10.20.0.20
58
## Run with docker
59
Assume you have two Atlas 800 A2(64G*8) nodes, and want to deploy the `deepseek-v3-w8a8` quantitative model across multi-node.
60
61
-```shell
62
-# Define the image and container name
63
-export IMAGE=quay.io/ascend/vllm-ascend:main
+```{code-block} bash
+ :substitutions:
+# Update the vllm-ascend image
64
+export IMAGE=m.daocloud.io/quay.io/ascend/vllm-ascend:|vllm_ascend_version|
65
export NAME=vllm-ascend
66
67
# Run the container using the defined variables
0 commit comments