We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd9ca3 commit 1d5a101Copy full SHA for 1d5a101
nemo_run/run/torchx_backend/components/ft_launcher.py
@@ -118,7 +118,7 @@ def ft_launcher(
118
ft_args += ["--max-restarts", str(max_restarts)]
119
120
if dgxc is True:
121
- ft_args = +["--ft-use-infra-group-rank", "False"]
+ ft_args += ["--ft-use-infra-group-rank", "False"]
122
123
else:
124
ft_args = ["--ignore-missing-fault-tol-cfg"]
0 commit comments