diff --git a/torchx/test/fixtures.py b/torchx/test/fixtures.py index 3cc669034..58e6a1d3e 100644 --- a/torchx/test/fixtures.py +++ b/torchx/test/fixtures.py @@ -190,8 +190,6 @@ def run_ddp( rdzv_endpoint="localhost:0", max_restarts=0, monitor_interval=0.01, - log_dir=str(self.tmpdir), - tee=Std.ALL, ) return elastic_launch(config, entrypoint=fn)