Skip to content

Commit 9107b25

Browse files
remove deprecated nvlink arg (#1339)
1 parent 9eaec64 commit 9107b25

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

configs/neox_arguments.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,14 +2667,6 @@ Args for deepspeed runner (deepspeed.launcher.runner).
26672667
26682668
26692669
2670-
- **detect_nvlink_pairs**: bool
2671-
2672-
Default = False
2673-
2674-
If true, autodetects nvlink pairs and remaps cuda visible devices to place them next to each other. This is an Eleuther addition to deepspeed, and should speed up model parallel training on setups with nvlink pairs when mp=2.
2675-
2676-
2677-
26782670
- **autotuning_run**: str
26792671
26802672
Default = None

megatron/neox_arguments/deepspeed_args.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,6 @@ class NeoXArgsDeepspeedRunner(NeoXArgsTemplate):
338338
Force multi-node training even if only one node is specified.
339339
"""
340340

341-
detect_nvlink_pairs: bool = False
342-
"""
343-
If true, autodetects nvlink pairs and remaps cuda visible devices to place them next to each other. This is an Eleuther addition to deepspeed, and should speed up model parallel training on setups with nvlink pairs when mp=2.
344-
"""
345-
346341
autotuning_run: str = None
347342
"""
348343
Either "tune", "run", or `None`.

0 commit comments

Comments
 (0)