Download model
You can download the final checkpoint of a successfully completed fine-tuning job.
Replace {{API_TOKEN}}
with your actual token.
Step 1: List All Checkpoints
Example Request:
Example Response:
Step 2: Get Download Url
Example Request:
Example Response:
The returned presigned download URL can be used to download the checkpoint. The presigned URL is valid for 2 hours. You can use command like "wget" to download the checkpoint file.
Last updated