Skip to content

Commit 9ea141c

Browse files
Lokiiiiiimchoi8739
andcommitted
Apply documentation suggestions from code review for trcomp
Co-authored-by: Miyoung <[email protected]>
1 parent 2b8de05 commit 9ea141c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/training_compiler/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ def validate(
166166

167167
if estimator.debugger_hook_config or (not estimator.disable_profiler):
168168
helper_string = (
169-
"Using Debugger and/or Profiler with SageMaker Training Compiler causes poor "
169+
"Using Debugger and/or Profiler with SageMaker Training Compiler might add recompilation overhead and degrade"
170170
"performance. Found debugger_hook_config={} "
171171
"disable_profiler={}. Please set "
172-
"debugger_hook_config=None and disable_profiler=True for optimal performance."
172+
"debugger_hook_config=None and disable_profiler=True for optimal performance. For more information, see Training Compiler Performance Considerations (https://docs.aws.amazon.com/sagemaker/latest/dg/training-compiler-tips-pitfalls.html#training-compiler-tips-pitfalls-considerations)."
173173
)
174174
helper_string = helper_string.format(
175175
estimator.debugger_hook_config, estimator.disable_profiler

0 commit comments

Comments
 (0)