Skip to content

Commit 2ab9d0e

Browse files
committed
minor fix
1 parent 619bbef commit 2ab9d0e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

src/sagemaker/debugger/framework_profile.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,9 @@ def __init__(
144144
:class:`~sagemaker.debugger.metrics_config.DetailedProfilingConfig` class.
145145
Pass ``DetailedProfilingConfig()`` to use the default configuration.
146146
147-
.. warning::
148-
149-
This detailed framework profiling feature discontinues support for TensorFlow v2.11
150-
and later. To use the detailed profiling feature, use previous versions of
147+
.. warning::
148+
This detailed framework profiling feature discontinues support for TensorFlow v2.11
149+
and later. To use the detailed profiling feature, use previous versions of
151150
TensorFlow between v2.3.1 and v2.10.0.
152151
153152
dataloader_profiling_config (DataloaderProfilingConfig): The configuration for

src/sagemaker/debugger/metrics_config.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,9 @@ def __init__(
223223
if one of the two pairs is used. If both pairs are specified, a
224224
conflict error occurs.
225225
226-
.. warning::
227-
228-
This detailed framework profiling feature discontinues support for TensorFlow v2.11
229-
and later. To use the detailed profiling feature, use previous versions of
226+
.. warning::
227+
This detailed framework profiling feature discontinues support for TensorFlow v2.11
228+
and later. To use the detailed profiling feature, use previous versions of
230229
TensorFlow between v2.3.1 and v2.10.0.
231230
232231
"""

0 commit comments

Comments
 (0)