diff --git a/torchx/components/dist.py b/torchx/components/dist.py index afc628a83..03036c6f3 100644 --- a/torchx/components/dist.py +++ b/torchx/components/dist.py @@ -219,6 +219,8 @@ def ddp( str(nnodes), "--nproc_per_node", str(nproc_per_node), + "--tee", + "3", ] if script is not None: cmd += [script]