We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0944e commit 582b64dCopy full SHA for 582b64d
tests/integ/test_debugger.py
@@ -404,7 +404,7 @@ def test_debug_hook_disabled_with_checkpointing(
404
# Debug Hook should be disabled
405
assert mx.debugger_hook_config is False
406
407
- # Estimator with checkpointing enabled and Model Parallel Enabled
+ # Estimator with checkpointing enabled and SMDataParallel Enabled
408
pt = PyTorch(
409
base_job_name="pytorch-smdataparallel-mnist",
410
entry_point=script_path,
0 commit comments