Skip to content

Commit

Permalink
Update env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau Riba committed May 8, 2024
1 parent 9f7db04 commit d6f823d
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 @@ -339,7 +339,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 d6f823d

Please sign in to comment.