Skip to content

Commit 85c25b7

Browse files
author
Dipankar Patro
committed
persistent cache reference updates
1 parent f1c4704 commit 85c25b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sagemaker/remote_function/client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ def remote(
198198
infrastructure after the completion of a training job, also known as SageMaker managed
199199
warm pools. The use of warmpools reduces the latency time spent to provision new
200200
resources. The default value for ``keep_alive_period_in_seconds`` is 0.
201-
NOTE: Additional charges associated with warm pools may apply. Using this parameter will
202-
also activate a new Persistent Cache feature, which will further reduce job start up
201+
NOTE: Additional charges associated with warm pools may apply. Using this parameter also
202+
activates a new pesistent cache feature, which will further reduce job start up
203203
latency than over using SageMaker managed warm pools alone by caching the package source
204204
downloaded in the previous runs.
205205
@@ -587,9 +587,9 @@ def __init__(
587587
provisioned infrastructure after the completion of a training job, also known as
588588
SageMaker managed warm pools. The use of warmpools reduces the latency time spent to
589589
provision new resources. The default value for ``keep_alive_period_in_seconds`` is 0.
590-
Additional charges associated with warm pools may apply. Using this parameter will
591-
also activate a new persistent cache feature, which will further reduce job start up
592-
latency than over using SageMaker managed warm pools alone by caching the package
590+
NOTE: Additional charges associated with warm pools may apply. Using this parameter
591+
also activates a new pesistent cache feature, which will further reduce job start
592+
up latency than over using SageMaker managed warm pools alone by caching the package
593593
source downloaded in the previous runs.
594594
595595
max_parallel_jobs (int): Maximum number of jobs that run in parallel. Defaults to 1.

0 commit comments

Comments
 (0)