You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -489,6 +489,9 @@ paths:
489
489
oneOf:
490
490
- $ref: "#/components/schemas/FullTrainingType"
491
491
- $ref: "#/components/schemas/LoRATrainingType"
492
+
from_checkpoint:
493
+
type: string
494
+
description: The checkpoint identifier to continue training from a previous fine-tuning job. Format: {$JOB_ID/$OUTPUT_MODEL_NAME}:{$STEP}. The step value is optional, without it the final checkpoint will be used.
0 commit comments