Skip to content

Commit 75f95eb

Browse files
author
Marius Moisescu
committed
One more file to zaochage
1 parent c9c9f1f commit 75f95eb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/unit/sagemaker/training_compiler/test_huggingface_tensorflow_compiler.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,8 @@ def _create_train_job(
142142
"CollectionConfigurations": [],
143143
"S3OutputPath": "s3://{}/".format(BUCKET_NAME),
144144
},
145-
"profiler_rule_configs": [
146-
{
147-
"RuleConfigurationName": "ProfilerReport-1510006209",
148-
"RuleEvaluatorImage": "503895931360.dkr.ecr.us-east-1.amazonaws.com/sagemaker-debugger-rules:latest",
149-
"RuleParameters": {"rule_to_invoke": "ProfilerReport"},
150-
}
151-
],
152145
"profiler_config": {
146+
"DisableProfiler": False,
153147
"S3OutputPath": "s3://{}/".format(BUCKET_NAME),
154148
},
155149
}

0 commit comments

Comments
 (0)