Fix gb envs in deployment guide (#24977)
This commit is contained in:
@@ -81,7 +81,7 @@ export const Ling251TDeployment = () => {
|
|||||||
const { hardware, parallelism, toolcall } = values;
|
const { hardware, parallelism, toolcall } = values;
|
||||||
|
|
||||||
const isGB = hardware === 'gb200' || hardware === 'gb300';
|
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;
|
let tp, pp;
|
||||||
if (isGB && parallelism === 'tp8') {
|
if (isGB && parallelism === 'tp8') {
|
||||||
|
|||||||
Reference in New Issue
Block a user