[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>
This commit is contained in:
@@ -317,7 +317,6 @@ export HCCL_SOCKET_IFNAME=$nic_name
|
|||||||
export OMP_PROC_BIND=false
|
export OMP_PROC_BIND=false
|
||||||
export OMP_NUM_THREADS=10
|
export OMP_NUM_THREADS=10
|
||||||
export HCCL_BUFFSIZE=1024
|
export HCCL_BUFFSIZE=1024
|
||||||
export HCCL_OP_EXPANSION_MODE="AIV"
|
|
||||||
export PYTORCH_NPU_ALLOC_CONF="expandable_segments:True"
|
export PYTORCH_NPU_ALLOC_CONF="expandable_segments:True"
|
||||||
|
|
||||||
vllm serve vllm-ascend/DeepSeek-V3.2-Exp-W8A8 \
|
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_PROC_BIND=false
|
||||||
export OMP_NUM_THREADS=10
|
export OMP_NUM_THREADS=10
|
||||||
export HCCL_BUFFSIZE=1024
|
export HCCL_BUFFSIZE=1024
|
||||||
export HCCL_OP_EXPANSION_MODE="AIV"
|
|
||||||
export PYTORCH_NPU_ALLOC_CONF="expandable_segments:True"
|
export PYTORCH_NPU_ALLOC_CONF="expandable_segments:True"
|
||||||
|
|
||||||
vllm serve vllm-ascend/DeepSeek-V3.2-Exp-W8A8 \
|
vllm serve vllm-ascend/DeepSeek-V3.2-Exp-W8A8 \
|
||||||
|
|||||||
Reference in New Issue
Block a user