We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f9de4 commit 367d2bdCopy full SHA for 367d2bd
src/together/resources/finetune.py
@@ -600,7 +600,7 @@ def download(
600
raise ValueError(
601
"Only DEFAULT checkpoint type is allowed for FullTrainingType"
602
)
603
- url += "&checkpoint=modelOutputPath"
+ url += "&checkpoint=model_output_path"
604
elif isinstance(ft_job.training_type, LoRATrainingType):
605
if checkpoint_type == DownloadCheckpointType.DEFAULT:
606
checkpoint_type = DownloadCheckpointType.MERGED
0 commit comments