Skip to content

Commit 6dd28f4

Browse files
ajaykarpurTalia Chopra
authored andcommitted
infra: disable_profiler on mx-horovod test (aws#2263)
1 parent f59d0c2 commit 6dd28f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/test_horovod_mx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def _create_and_fit_estimator(mxnet_version, py_version, sagemaker_session, inst
9292
py_version=py_version,
9393
framework_version=mxnet_version,
9494
distribution={"mpi": {"enabled": True}},
95+
disable_profiler=True,
9596
)
9697

9798
with timeout.timeout(minutes=integ.TRAINING_DEFAULT_TIMEOUT_MINUTES):

0 commit comments

Comments
 (0)