Skip to content

Commit ac319b9

Browse files
authored
Merge pull request #72 from togethercomputer/artem/fix-after-from-checkpoint
Fix openAPI after previous changes
2 parents b773bcd + 8dd4737 commit ac319b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ paths:
491491
- $ref: "#/components/schemas/LoRATrainingType"
492492
from_checkpoint:
493493
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.
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.
495495
responses:
496496
"200":
497497
description: Fine-tuning job initiated successfully

0 commit comments

Comments
 (0)