Skip to content

Commit 367d2bd

Browse files
authored
fix(ft): download checkpoint query param (#294)
1 parent 62f9de4 commit 367d2bd

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
@@ -600,7 +600,7 @@ def download(
600600
raise ValueError(
601601
"Only DEFAULT checkpoint type is allowed for FullTrainingType"
602602
)
603-
url += "&checkpoint=modelOutputPath"
603+
url += "&checkpoint=model_output_path"
604604
elif isinstance(ft_job.training_type, LoRATrainingType):
605605
if checkpoint_type == DownloadCheckpointType.DEFAULT:
606606
checkpoint_type = DownloadCheckpointType.MERGED

0 commit comments

Comments
 (0)