From be2a947521414272fa1ed17fd5345d45ddf10774 Mon Sep 17 00:00:00 2001 From: Zhu Yi Lin <116337067+GDzhu01@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:44:50 +0800 Subject: [PATCH] [Doc] delete environment variable HCCL_OP_EXPANSION_MODE in DeepSeekV3.1/R1 (#5419) ### What this PR does / why we need it? Currently, HCCL_OP_EXPANSION_MODE="AIV" is causing some freezing issues on A2.so we have temporarily removed it from the documentation. Signed-off-by: GDzhu01 <809721801@qq.com> --- docs/source/tutorials/DeepSeek-R1.md | 4 ---- docs/source/tutorials/DeepSeek-V3.1.md | 6 ------ 2 files changed, 10 deletions(-) diff --git a/docs/source/tutorials/DeepSeek-R1.md b/docs/source/tutorials/DeepSeek-R1.md index 1e9f7b4c..cda22a70 100644 --- a/docs/source/tutorials/DeepSeek-R1.md +++ b/docs/source/tutorials/DeepSeek-R1.md @@ -139,8 +139,6 @@ Run the following scripts on two nodes respectively. nic_name="xxxx" local_ip="xxxx" -# AIV -export HCCL_OP_EXPANSION_MODE="AIV" export HCCL_IF_IP=$local_ip export GLOO_SOCKET_IFNAME=$nic_name export TP_SOCKET_IFNAME=$nic_name @@ -185,8 +183,6 @@ nic_name="xxxx" local_ip="xxxx" node0_ip="xxxx" # same as the local_IP address in node 0 -# AIV -export HCCL_OP_EXPANSION_MODE="AIV" export HCCL_IF_IP=$local_ip export GLOO_SOCKET_IFNAME=$nic_name export TP_SOCKET_IFNAME=$nic_name diff --git a/docs/source/tutorials/DeepSeek-V3.1.md b/docs/source/tutorials/DeepSeek-V3.1.md index dc2dc93a..a65a0d99 100644 --- a/docs/source/tutorials/DeepSeek-V3.1.md +++ b/docs/source/tutorials/DeepSeek-V3.1.md @@ -161,9 +161,6 @@ node0_ip="xxxx" # jemalloc is for better performance, if `libjemalloc.so` is install on your machine, you can turn it on. # export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libjemalloc.so.2:$LD_PRELOAD -# AIV -export HCCL_OP_EXPANSION_MODE="AIV" - export HCCL_IF_IP=$local_ip export GLOO_SOCKET_IFNAME=$nic_name export TP_SOCKET_IFNAME=$nic_name @@ -218,9 +215,6 @@ node0_ip="xxxx" # jemalloc is for better performance, if `libjemalloc.so` is install on your machine, you can turn it on. # export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libjemalloc.so.2:$LD_PRELOAD -# AIV -export HCCL_OP_EXPANSION_MODE="AIV" - export HCCL_IF_IP=$local_ip export GLOO_SOCKET_IFNAME=$nic_name export TP_SOCKET_IFNAME=$nic_name