Skip to content

Commit 59490d5

Browse files
authored
Merge pull request #95 from togethercomputer/justindriemeyer/eng-29610-addreess-lint-format-issues-after-test-import
Add model_output_name to truncated finetune response
2 parents 9c33329 + f66f42e commit 59490d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,6 +2726,7 @@ components:
27262726
token_count: 850000
27272727
events: [] # FineTuneTruncated object has no events
27282728
model: "meta-llama/Llama-2-7b-hf"
2729+
model_output_name: "mynamespace/meta-llama/Llama-2-7b-hf-32162631"
27292730
n_epochs: 3
27302731
training_file: "file-01234567890123456789"
27312732
wandb_project_name: "my-finetune-project"
@@ -2770,6 +2771,8 @@ components:
27702771
model:
27712772
type: string
27722773
description: Base model used for fine-tuning
2774+
model_output_name:
2775+
type: string
27732776
suffix:
27742777
type: string
27752778
description: Suffix added to the fine-tuned model name

0 commit comments

Comments
 (0)