Skip to content

Commit 830467b

Browse files
Merge pull request #178 from togethercomputer/ruslan/add_cft
add CFT functionality
2 parents c79a42f + c2f1df1 commit 830467b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,6 @@ paths:
17881788
type: object
17891789
required:
17901790
- training_file
1791-
- model
17921791
properties:
17931792
training_file:
17941793
type: string
@@ -1818,6 +1817,9 @@ paths:
18181817
oneOf:
18191818
- $ref: '#/components/schemas/FullTrainingType'
18201819
- $ref: '#/components/schemas/LoRATrainingType'
1820+
from_checkpoint:
1821+
type: string
1822+
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.
18211823
responses:
18221824
'500':
18231825
description: Internal Server Error

0 commit comments

Comments
 (0)