Skip to content

Commit

Permalink
Merge pull request #53 from togethercomputer/punkerpunker-patch-1
Browse files Browse the repository at this point in the history
ENG-10736: Add checkpoint field to OpenAPI definition for fine-tuning
  • Loading branch information
Nutlope authored Oct 28, 2024
2 parents c79d3dd + a062a1d commit 11ef1ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,15 @@ paths:
schema:
type: integer
required: false
description: Specifies step number for checkpoint to download.
description: Specifies step number for checkpoint to download. Ignores `checkpoint` value if set.
- in: query
name: checkpoint
schema:
type: string
enum:
- merged
- adapter
description: Specifies checkpoint type to download - `merged` vs `adapter`. This field is required if the checkpoint_step is not set.
- in: query
name: output
schema:
Expand Down

0 comments on commit 11ef1ca

Please sign in to comment.