Skip to content

Commit 8d0f3df

Browse files
committed
--ft-install_exception_hook
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 1d5a101 commit 8d0f3df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nemo_run/run/torchx_backend/components/ft_launcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ def ft_launcher(
123123
else:
124124
ft_args = ["--ignore-missing-fault-tol-cfg"]
125125

126+
ft_args += ["--ft-install_exception_hook", "True"]
127+
126128
ft_args = list(
127129
map(
128130
lambda arg: arg if isinstance(arg, torchx_dist._noquote) else shlex.quote(arg),

0 commit comments

Comments
 (0)