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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2760,9 +2760,11 @@ paths:
2760
2760
description: The training method to use. 'sft' for Supervised Fine-Tuning or 'dpo' for Direct Preference Optimization.
2761
2761
training_type:
2762
2762
type: object
2763
+
default: null
2763
2764
oneOf:
2764
2765
- $ref: '#/components/schemas/FullTrainingType'
2765
2766
- $ref: '#/components/schemas/LoRATrainingType'
2767
+
description: The training type to use. If not provided, the job will default to LoRA training type.
2766
2768
from_checkpoint:
2767
2769
type: string
2768
2770
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