Skip to content

Commit a167396

Browse files
authored
infra: disable_profiler on mx-horovod test (#2263)
1 parent 773c61b commit a167396

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)