Skip to content

Commit 9e73792

Browse files
authored
more deprecated default args removed from LaunchConfig (#1982)
1 parent 292e38c commit 9e73792

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/super_gradients/training/utils/distributed_training_utils.py

-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from torch import distributed as dist
1111
from torch.cuda.amp import autocast
1212
from torch.distributed import get_rank, all_gather_object
13-
from torch.distributed.elastic.multiprocessing import Std
1413
from torch.distributed.elastic.multiprocessing.errors import record
1514
from torch.distributed.launcher.api import LaunchConfig, elastic_launch
1615

@@ -345,8 +344,6 @@ def restart_script_with_ddp(num_gpus: int = None):
345344
max_restarts=0,
346345
monitor_interval=5,
347346
start_method="spawn",
348-
redirects=Std.NONE,
349-
tee=Std.NONE,
350347
metrics_cfg={},
351348
)
352349

0 commit comments

Comments
 (0)