From d81f54c4e49061500738866184ada5f9cf9b315d Mon Sep 17 00:00:00 2001 From: Artem Chumachenko Date: Tue, 8 Oct 2024 21:20:38 +0200 Subject: [PATCH] Update openapi.yaml --- openapi.yaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 8b9a9df..52e3e50 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1733,16 +1733,11 @@ components: type: number eval_steps: type: integer - lora: - type: boolean - lora_r: - type: integer - lora_alpha: - type: integer - lora_dropout: - type: number - lora_trainable_modules: - type: string + training_type: + type: object + oneOf: + - $ref: '#/components/schemas/FullTrainingType' + - $ref: '#/components/schemas/LoRATrainingType' status: $ref: '#/components/schemas/FinetuneJobStatus' job_id: