Skip to content

Commit fbfc19d

Browse files
committed
another fix
1 parent 11b8789 commit fbfc19d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)