Skip to content

Commit 485a924

Browse files
committed
optimize
Signed-off-by: wangli <[email protected]>
1 parent f41a9f7 commit 485a924

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/source/tutorials/multi_node_deepseek.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -180,19 +180,6 @@ vllm serve vllm-ascend/DeepSeek-V3.1-W8A8 \
180180
```shell
181181
#!/bin/sh
182182

183-
nic_name="xxx"
184-
local_ip="xxx"
185-
186-
export VLLM_USE_MODELSCOPE=True
187-
export HCCL_IF_IP=$local_ip
188-
export GLOO_SOCKET_IFNAME=$nic_name
189-
export TP_SOCKET_IFNAME=$nic_name
190-
export HCCL_SOCKET_IFNAME=$nic_name
191-
export OMP_PROC_BIND=false
192-
export OMP_NUM_THREADS=100
193-
export VLLM_USE_V1=1
194-
export HCCL_BUFFSIZE=1024
195-
196183
vllm serve vllm-ascend/DeepSeek-V3.1-W8A8 \
197184
--host 0.0.0.0 \
198185
--port 8004 \

0 commit comments

Comments
 (0)