From 0956159af5dd21465986eeeb7755a4c24445e472 Mon Sep 17 00:00:00 2001 From: Nikita Smetanin Date: Fri, 26 Dec 2025 12:12:49 +0000 Subject: [PATCH] VLM Support update --- openapi.yaml | 2 -- 1 file changed, 2 deletions(-) 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.