diff --git a/src/together/resources/finetune.py b/src/together/resources/finetune.py index e7a189c..82a7021 100644 --- a/src/together/resources/finetune.py +++ b/src/together/resources/finetune.py @@ -600,7 +600,7 @@ def download( raise ValueError( "Only DEFAULT checkpoint type is allowed for FullTrainingType" ) - url += "&checkpoint=modelOutputPath" + url += "&checkpoint=model_output_path" elif isinstance(ft_job.training_type, LoRATrainingType): if checkpoint_type == DownloadCheckpointType.DEFAULT: checkpoint_type = DownloadCheckpointType.MERGED