Skip to content

Commit 763ee6d

Browse files
committed
change union -> | in docstring
1 parent 17a9744 commit 763ee6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/resources/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def download(
558558
Defaults to None.
559559
checkpoint_step (int, optional): Specifies step number for checkpoint to download.
560560
Defaults to -1 (download the final model)
561-
checkpoint_type (Union[CheckpointType, str], optional): Specifies which checkpoint to download.
561+
checkpoint_type (CheckpointType | str, optional): Specifies which checkpoint to download.
562562
Defaults to CheckpointType.DEFAULT.
563563
564564
Returns:

0 commit comments

Comments
 (0)