Skip to content

Commit 7ea62d8

Browse files
committed
pass dgxc to ft_launcher
Signed-off-by: oliver könig <[email protected]>
1 parent 7fc5426 commit 7ea62d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nemo_run/run/torchx_backend/packaging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def _get_details_from_script(fn_or_script: Script, serialize_configs: bool):
203203
log_level=launcher.log_level,
204204
max_retries=executor.retries,
205205
max_restarts=launcher.max_restarts,
206+
dgxc=isinstance(executor, DGXCloudExecutor),
206207
use_env=use_env,
207208
)
208209
else:

0 commit comments

Comments
 (0)