Fix gb envs in deployment guide (#24977)

This commit is contained in:
Ke Bao
2026-05-11 21:06:02 +08:00
committed by GitHub
parent 36ba60ad49
commit 9c03171f6c
@@ -81,7 +81,7 @@ export const Ling251TDeployment = () => {
const { hardware, parallelism, toolcall } = values;
const isGB = hardware === 'gb200' || hardware === 'gb300';
const envPrefix = isGB ? 'NCCL_IB_DISABLE=1 ' : '';
const envPrefix = isGB ? 'NCCL_MNNVL_ENABLE=1 NCCL_CUMEM_ENABLE=1 ' : '';
let tp, pp;
if (isGB && parallelism === 'tp8') {