Skip to content

Commit 8fe065c

Browse files
authored
Merge pull request #220 from togethercomputer/artekchuak/change-training-type-default
Update training type for price estimation too
2 parents 2f7d3ff + 80d3628 commit 8fe065c

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
@@ -2763,9 +2763,11 @@ paths:
27632763
description: The training method to use. 'sft' for Supervised Fine-Tuning or 'dpo' for Direct Preference Optimization.
27642764
training_type:
27652765
type: object
2766+
default: null
27662767
oneOf:
27672768
- $ref: '#/components/schemas/FullTrainingType'
27682769
- $ref: '#/components/schemas/LoRATrainingType'
2770+
description: The training type to use. If not provided, the job will default to LoRA training type.
27692771
from_checkpoint:
27702772
type: string
27712773
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)