Skip to content

Commit 0956159

Browse files
VLM Support update
1 parent 5a74295 commit 0956159

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,8 +1825,6 @@ paths:
18251825
oneOf:
18261826
- $ref: '#/components/schemas/FullTrainingType'
18271827
- $ref: '#/components/schemas/LoRATrainingType'
1828-
multimodal_params:
1829-
$ref: '#/components/schemas/MultimodalParams'
18301828
from_checkpoint:
18311829
type: string
18321830
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.

0 commit comments

Comments
 (0)