Skip to content

Commit 83a0309

Browse files
authored
Merge pull request #219 from togethercomputer/artekchuak/change-training-type-default
Change TrainingType default to null
2 parents a50d1db + 7251e6e commit 83a0309

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
@@ -2617,9 +2617,11 @@ paths:
26172617
description: The training method to use. 'sft' for Supervised Fine-Tuning or 'dpo' for Direct Preference Optimization.
26182618
training_type:
26192619
type: object
2620+
default: null
26202621
oneOf:
26212622
- $ref: '#/components/schemas/FullTrainingType'
26222623
- $ref: '#/components/schemas/LoRATrainingType'
2624+
description: The training type to use. If not provided, the job will default to LoRA training type.
26232625
multimodal_params:
26242626
$ref: '#/components/schemas/MultimodalParams'
26252627
from_checkpoint:

0 commit comments

Comments
 (0)