Skip to content

Commit 56e88c6

Browse files
author
Shibo Xing
committed
doc: update deprecation error string
1 parent c55d16a commit 56e88c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/image_uris.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ def _validate_instance_deprecation(framework, instance_type, version):
374374
and version >= "1.13"
375375
):
376376
raise ValueError(
377-
"P2 instances have been deprecated for Sagemaker for PyTorch 1.13 and above. "
377+
"P2 instances have been deprecated for sagemaker jobs with PyTorch 1.13 and above. "
378378
"For information about supported instance types please refer to "
379-
"https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html"
379+
"https://aws.amazon.com/sagemaker/pricing/"
380380
)
381381

382382

0 commit comments

Comments
 (0)