Skip to content

Commit c04b221

Browse files
author
Satish Pasumarthi
committed
remove unnecessary print
1 parent 1c6dc07 commit c04b221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker_training/mpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def _create_command(self):
312312
]
313313

314314
command.extend(additional_options)
315-
print(SM_EFA_NCCL_INSTANCES)
315+
316316
# EFA settings
317317
if self._instance_type in SM_EFA_NCCL_INSTANCES:
318318
# Enable EFA use

0 commit comments

Comments
 (0)