mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
fix: Add missing signals_to_handle to launcher logging (#166631)
Fixes #166630 Pull Request resolved: https://github.com/pytorch/pytorch/pull/166631 Approved by: https://github.com/Skylion007 Co-authored-by: Aaron Gokaslan <aaronGokaslan@gmail.com>
This commit is contained in:
parent
0ec0549823
commit
181ee3bd42
|
|
@ -233,8 +233,9 @@ def launch_agent(
|
|||
" log_dir : %(log_dir)s\n"
|
||||
" metrics_cfg : %(metrics_cfg)s\n"
|
||||
" event_log_handler : %(event_log_handler)s\n"
|
||||
" numa_options : %(numa_options)s\n",
|
||||
" duplicate_stdout_filters : %(duplicate_stdout_filters)s\n",
|
||||
" numa_options : %(numa_options)s\n"
|
||||
" signals_to_handle : %(signals_to_handle)s\n"
|
||||
" duplicate_stdout_filters : %(duplicate_stdout_filters)s\n"
|
||||
" duplicate_stderr_filters : %(duplicate_stderr_filters)s\n",
|
||||
{
|
||||
"entrypoint": entrypoint_name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user