Rate this Page
★★★★★
Subprocess Handling#
Created On: Mar 08, 2024 | Last Updated On: Mar 08, 2024
Retrieve SubprocessHandler#
SubprocessHandler#
- classtorch.distributed.elastic.multiprocessing.subprocess_handler.subprocess_handler.SubprocessHandler(entrypoint,args,env,stdout,stderr,local_rank_id,numa_options)[source]#
Convenience wrapper around python’s
subprocess.Popen. Keeps track ofmeta-objects associated to the process (e.g. stdout and stderr redirect fds).
On this page