Skip to content

Commit 80d3628

Browse files
committed
update pricing estimation too
1 parent 7251e6e commit 80d3628

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2760,9 +2760,11 @@ paths:
27602760
description: The training method to use. 'sft' for Supervised Fine-Tuning or 'dpo' for Direct Preference Optimization.
27612761
training_type:
27622762
type: object
2763+
default: null
27632764
oneOf:
27642765
- $ref: '#/components/schemas/FullTrainingType'
27652766
- $ref: '#/components/schemas/LoRATrainingType'
2767+
description: The training type to use. If not provided, the job will default to LoRA training type.
27662768
from_checkpoint:
27672769
type: string
27682770
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

Comments
 (0)