File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1358,7 +1358,7 @@ def _pre_init_normalization(
1358
1358
def run ( # type: ignore[override]
1359
1359
self ,
1360
1360
entry_point : str ,
1361
- source_dir : Optional [str ],
1361
+ source_dir : Optional [str ] = None ,
1362
1362
dependencies : Optional [List [str ]] = None ,
1363
1363
git_config : Optional [Dict [str , str ]] = None ,
1364
1364
inputs : Optional [List [ProcessingInput ]] = None ,
@@ -1381,7 +1381,7 @@ def run( # type: ignore[override]
1381
1381
with any other training source code dependencies aside from the entry
1382
1382
point file (default: None). If ``source_dir`` is an S3 URI, it must
1383
1383
point to a tar.gz file. Structure within this directory are preserved
1384
- when training on Amazon SageMaker.
1384
+ when training on Amazon SageMaker (default: None) .
1385
1385
dependencies (list[str]): A list of paths to directories (absolute
1386
1386
or relative) with any additional libraries that will be exported
1387
1387
to the container (default: []). The library folders will be
You can’t perform that action at this time.
0 commit comments