Skip to content

Commit 344ad67

Browse files
committed
Openapi schema update
1 parent 6e58278 commit 344ad67

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,12 @@ paths:
616616
from_checkpoint:
617617
type: string
618618
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.
619+
hf_api_token:
620+
type: string
621+
description: The API token for the Hugging Face Hub.
622+
hf_output_repo_name:
623+
type: string
624+
description: The name of the Hugging Face repository to upload the fine-tuned model to.
619625
responses:
620626
'200':
621627
description: Fine-tuning job initiated successfully

0 commit comments

Comments
 (0)