diff --git a/openapi.yaml b/openapi.yaml index c5a7ca1..7867073 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1825,8 +1825,6 @@ paths: oneOf: - $ref: '#/components/schemas/FullTrainingType' - $ref: '#/components/schemas/LoRATrainingType' - multimodal_params: - $ref: '#/components/schemas/MultimodalParams' from_checkpoint: type: string 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.