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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1788,7 +1788,6 @@ paths:
1788
1788
type: object
1789
1789
required:
1790
1790
- training_file
1791
-
- model
1792
1791
properties:
1793
1792
training_file:
1794
1793
type: string
@@ -1818,6 +1817,9 @@ paths:
1818
1817
oneOf:
1819
1818
- $ref: '#/components/schemas/FullTrainingType'
1820
1819
- $ref: '#/components/schemas/LoRATrainingType'
1820
+
from_checkpoint:
1821
+
type: string
1822
+
description: The checkpoint identifier to continue training from a previous fine-tuning job. Format is `{$JOB_ID}` or `{$OUTPUT_MODEL_NAME}` or `{$JOB_ID}:{$STEP}` or `{$OUTPUT_MODEL_NAME}:{$STEP}`. The step value is optional; without it, the final checkpoint will be used.
0 commit comments