From 9a144bc7be973844927cd5d18a94f335172cd1cf Mon Sep 17 00:00:00 2001 From: linfeng-yuan <1102311262@qq.com> Date: Tue, 9 Dec 2025 15:53:53 +0800 Subject: [PATCH] [Docs][0.11.0] delete AIV env variables in DSV32 documentation (#4833) ### What this PR does / why we need it? Delete wrong configuration in deepseek v3.2 documentation. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? NA. Signed-off-by: linfeng-yuan <1102311262@qq.com> --- docs/source/tutorials/multi-node_dsv3.2.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/tutorials/multi-node_dsv3.2.md b/docs/source/tutorials/multi-node_dsv3.2.md index c2a840b..8cbd49a 100644 --- a/docs/source/tutorials/multi-node_dsv3.2.md +++ b/docs/source/tutorials/multi-node_dsv3.2.md @@ -317,7 +317,6 @@ export HCCL_SOCKET_IFNAME=$nic_name export OMP_PROC_BIND=false export OMP_NUM_THREADS=10 export HCCL_BUFFSIZE=1024 -export HCCL_OP_EXPANSION_MODE="AIV" export PYTORCH_NPU_ALLOC_CONF="expandable_segments:True" vllm serve vllm-ascend/DeepSeek-V3.2-Exp-W8A8 \ @@ -362,7 +361,6 @@ export HCCL_SOCKET_IFNAME=$nic_name export OMP_PROC_BIND=false export OMP_NUM_THREADS=10 export HCCL_BUFFSIZE=1024 -export HCCL_OP_EXPANSION_MODE="AIV" export PYTORCH_NPU_ALLOC_CONF="expandable_segments:True" vllm serve vllm-ascend/DeepSeek-V3.2-Exp-W8A8 \