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
@@ -2763,9 +2763,11 @@ paths:
2763
2763
description: The training method to use. 'sft' for Supervised Fine-Tuning or 'dpo' for Direct Preference Optimization.
2764
2764
training_type:
2765
2765
type: object
2766
+
default: null
2766
2767
oneOf:
2767
2768
- $ref: '#/components/schemas/FullTrainingType'
2768
2769
- $ref: '#/components/schemas/LoRATrainingType'
2770
+
description: The training type to use. If not provided, the job will default to LoRA training type.
2769
2771
from_checkpoint:
2770
2772
type: string
2771
2773
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