@@ -215,8 +215,8 @@ def __init__(
215215 source_dir (str): The absolute, relative, or S3 URI Path to a directory
216216 with any other training source code dependencies aside from the entry
217217 point file (default: None). If ``source_dir`` is an S3 URI, it must
218- point to a tar.gz file . Structure within this directory is preserved
219- when training on Amazon SageMaker. If 'git_config' is provided,
218+ point to a file with name ``sourcedir. tar.gz`` . Structure within this directory
219+ is preserved when training on Amazon SageMaker. If 'git_config' is provided,
220220 'source_dir' should be a relative location to a directory in the Git repo.
221221 If the directory points to S3, no code is uploaded and the S3 location
222222 is used instead.
@@ -1996,11 +1996,11 @@ def __init__(
19961996 source_dir (str): Path (absolute, relative or an S3 URI) to a directory
19971997 with any other training source code dependencies aside from the entry
19981998 point file (default: None). If ``source_dir`` is an S3 URI, it must
1999- point to a tar.gz file . Structure within this directory are preserved
2000- when training on Amazon SageMaker. If 'git_config' is provided,
2001- 'source_dir' should be a relative location to a directory in the Git repo.
2002- If the directory points to S3, no code will be uploaded and the S3 location
2003- will be used instead.
1999+ point to a file with name ``sourcedir. tar.gz`` . Structure within this
2000+ directory are preserved when training on Amazon SageMaker. If 'git_config'
2001+ is provided, 'source_dir' should be a relative location to a directory in the
2002+ Git repo. If the directory points to S3, no code will be uploaded and the S3
2003+ location will be used instead.
20042004
20052005 .. admonition:: Example
20062006
0 commit comments