Skip to content

Commit 65c3097

Browse files
committed
Remove unnecessary logs
1 parent 9a8685d commit 65c3097

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sagemaker_pytorch_container/training.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def train(training_environment):
4444
"""
4545
# Block until all host DNS lookups succeed. Relies on retrying dns_lookup.
4646
logger.info('Block until all host DNS lookups succeed.')
47-
logger.info('Calling viskaria fork of pt training toolkit.')
4847
for host in training_environment.hosts:
4948
_dns_lookup(host)
5049

@@ -57,7 +56,6 @@ def train(training_environment):
5756
pytorch_ddp_enabled = training_environment.additional_framework_parameters.get(
5857
LAUNCH_PYTORCH_DDP_ENV_NAME, False
5958
)
60-
logger.info("viskaria pytorch_ddp_enabled is: %s", pytorch_ddp_enabled)
6159

6260
smdataparallel_enabled = training_environment.additional_framework_parameters.get(
6361
LAUNCH_SMDATAPARALLEL_ENV_NAME, False

0 commit comments

Comments
 (0)