File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2618,10 +2618,10 @@ paths:
26182618 training_type :
26192619 type : object
26202620 default : null
2621- oneOf :
2621+ nullable : ' true'
2622+ anyOf :
26222623 - $ref : ' #/components/schemas/FullTrainingType'
26232624 - $ref : ' #/components/schemas/LoRATrainingType'
2624- - null
26252625 description : The training type to use. If not provided, the job will default to LoRA training type.
26262626 multimodal_params :
26272627 $ref : ' #/components/schemas/MultimodalParams'
@@ -2762,10 +2762,10 @@ paths:
27622762 training_type :
27632763 type : object
27642764 default : null
2765+ nullable : ' true'
27652766 oneOf :
27662767 - $ref : ' #/components/schemas/FullTrainingType'
27672768 - $ref : ' #/components/schemas/LoRATrainingType'
2768- - null
27692769 description : The training type to use. If not provided, the job will default to LoRA training type.
27702770 from_checkpoint :
27712771 type : string
You can’t perform that action at this time.
0 commit comments