Skip to content

Commit 1d5a101

Browse files
committed
fix
Signed-off-by: oliver könig <[email protected]>
1 parent 8cd9ca3 commit 1d5a101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_run/run/torchx_backend/components/ft_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def ft_launcher(
118118
ft_args += ["--max-restarts", str(max_restarts)]
119119

120120
if dgxc is True:
121-
ft_args = +["--ft-use-infra-group-rank", "False"]
121+
ft_args += ["--ft-use-infra-group-rank", "False"]
122122

123123
else:
124124
ft_args = ["--ignore-missing-fault-tol-cfg"]

0 commit comments

Comments
 (0)