Download a compressed fine-tuned model or checkpoint to local disk.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Fine-tune ID to download. A string that starts with ft-
.
Specifies step number for checkpoint to download. Ignores checkpoint
value if set.
Specifies checkpoint type to download - merged
vs adapter
. This field is required if the checkpoint_step is not set.
merged
, adapter
Specifies output file name for downloaded model. Defaults to $PWD/{model_name}.{extension}
.
Successfully downloaded the fine-tuned model or checkpoint.
The response is of type object
.