Skip to content

Commit c7324f7

Browse files
author
pintaoz
committed
Fix pylint
1 parent 7797ea1 commit c7324f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/sagemaker/huggingface/estimator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ def __init__(
8484
source_dir (str or PipelineVariable): Path (absolute, relative or an S3 URI) to a
8585
directory with any other training source code dependencies aside from the entry
8686
point file (default: None). If ``source_dir`` is an S3 URI, it must
87-
point to a file with name ``sourcedir.tar.gz``. Structure within this directory are preserved
88-
when training on Amazon SageMaker.
87+
point to a file with name ``sourcedir.tar.gz``. Structure within this directory are
88+
preserved when training on Amazon SageMaker.
8989
hyperparameters (dict[str, str] or dict[str, PipelineVariable]): Hyperparameters
9090
that will be used for training (default: None). The hyperparameters are made
9191
accessible as a dict[str, str] to the training code on

src/sagemaker/jumpstart/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ def __init__(
178178
source_dir (Optional[str]): The absolute, relative, or S3 URI Path to a directory
179179
with any other training source code dependencies aside from the entry
180180
point file (Default: None). If ``source_dir`` is an S3 URI, it must
181-
point to a file with name ``sourcedir.tar.gz``. Structure within this directory is preserved
182-
when training on Amazon SageMaker. If 'git_config' is provided,
181+
point to a file with name ``sourcedir.tar.gz``. Structure within this directory is
182+
preserved when training on Amazon SageMaker. If 'git_config' is provided,
183183
'source_dir' should be a relative location to a directory in the Git repo.
184184
If the directory points to S3, no code is uploaded and the S3 location
185185
is used instead. (Default: None).

0 commit comments

Comments
 (0)