Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Feb 13, 2024
1 parent d2b9cd3 commit 66e1205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/cli/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def _launch_processes(
MASTER_ADDR=master_addr,
MASTER_PORT=str(master_port),
PYTHONUNBUFFERED='1',
NCCL_ASYNC_ERROR_HANDLING='1',
TORCH_NCCL_ASYNC_ERROR_HANDLING='1',
):
# Populate the distributed variables in all launcher args
for arg in training_script_args:
Expand Down

0 comments on commit 66e1205

Please sign in to comment.