Skip to content

Commit b773bcd

Browse files
authored
Merge pull request #70 from togethercomputer/artem/ENG-18830
Add from_checkpoint argument
2 parents 2770780 + a251aab commit b773bcd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ paths:
489489
oneOf:
490490
- $ref: "#/components/schemas/FullTrainingType"
491491
- $ref: "#/components/schemas/LoRATrainingType"
492+
from_checkpoint:
493+
type: string
494+
description: The checkpoint identifier to continue training from a previous fine-tuning job. Format: {$JOB_ID/$OUTPUT_MODEL_NAME}:{$STEP}. The step value is optional, without it the final checkpoint will be used.
492495
responses:
493496
"200":
494497
description: Fine-tuning job initiated successfully
@@ -2361,6 +2364,8 @@ components:
23612364
type: string
23622365
wandb_url:
23632366
type: string
2367+
from_checkpoint:
2368+
type: string
23642369

23652370
FinetuneJobStatus:
23662371
type: string

0 commit comments

Comments
 (0)