We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a9744 commit 763ee6dCopy full SHA for 763ee6d
1 file changed
src/together/resources/finetune.py
@@ -558,7 +558,7 @@ def download(
558
Defaults to None.
559
checkpoint_step (int, optional): Specifies step number for checkpoint to download.
560
Defaults to -1 (download the final model)
561
- checkpoint_type (Union[CheckpointType, str], optional): Specifies which checkpoint to download.
+ checkpoint_type (CheckpointType | str, optional): Specifies which checkpoint to download.
562
Defaults to CheckpointType.DEFAULT.
563
564
Returns:
0 commit comments