Skip to content

Commit aeee6e0

Browse files
authored
Merge pull request #230 from togethercomputer/add-configurable-packing-parameter
Add packing parameter for POST /fine-tunes
2 parents 8e53cea + 160983d commit aeee6e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,6 +2541,10 @@ paths:
25412541
validation_file:
25422542
type: string
25432543
description: File-ID of a validation file uploaded to the Together API
2544+
packing:
2545+
type: boolean
2546+
default: true
2547+
description: Whether to use sequence packing for training.
25442548
model:
25452549
type: string
25462550
description: Name of the base model to run fine-tune job on
@@ -10866,6 +10870,9 @@ components:
1086610870
validation_file:
1086710871
type: string
1086810872
description: File-ID of the validation file
10873+
packing:
10874+
type: boolean
10875+
description: Whether sequence packing is being used for training.
1086910876
model:
1087010877
type: string
1087110878
description: Base model used for fine-tuning

0 commit comments

Comments
 (0)