Skip to content

Commit 50800c7

Browse files
committed
docs(trainer): fix wildcard patterns in S3ModelInitializer docstring
Signed-off-by: ghazariann <vahagn.ghazayan@gmail.com>
1 parent 283e3f3 commit 50800c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubeflow/trainer/types/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ class S3ModelInitializer(BaseInitializer):
451451
Args:
452452
storage_uri (`str`): The S3 URI for the model in the format 's3://bucket-name/path/to/model'.
453453
ignore_patterns (`Optional[list[str]]`): List of file patterns to ignore during download.
454-
Defaults to `['*.msgpack', '*.h5', '*.bin', '.pt', '.pth']`.
454+
Defaults to `['*.msgpack', '*.h5', '*.bin', '*.pt', '*.pth']`.
455455
endpoint (`Optional[str]`): Custom S3 endpoint URL.
456456
access_key_id (`Optional[str]`): Access key for authentication.
457457
secret_access_key (`Optional[str]`): Secret key for authentication.

0 commit comments

Comments
 (0)