Skip to content

Commit 37a3a59

Browse files
mariumofknikure
authored andcommitted
Deprecation warning
1 parent 315e261 commit 37a3a59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sagemaker/fw_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -642,9 +642,7 @@ def warn_if_parameter_server_with_multi_gpu(training_instance_type, distribution
642642
def profiler_config_deprecation_warning(
643643
profiler_config, image_uri, framework_name, framework_version
644644
):
645-
"""
646-
Put out a deprecation message for if framework profiling is specified TF >= 2.12 and PT >= 2.0
647-
"""
645+
"""Put out a deprecation message for if framework profiling is specified TF >= 2.12 and PT >= 2.0"""
648646
if profiler_config is None or profiler_config.framework_profile_params is None:
649647
return
650648

0 commit comments

Comments
 (0)