Skip to content

Commit d035663

Browse files
committed
Fix
1 parent ae1630f commit d035663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/cli/api/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def fine_tuning(ctx: click.Context) -> None:
188188
@click.option(
189189
"--train-on-inputs",
190190
type=BOOL_WITH_AUTO,
191-
default="auto",
191+
default=None,
192192
help="Whether to mask the user messages in conversational data or prompts in instruction data. "
193193
"`auto` will automatically determine whether to mask the inputs based on the data format.",
194194
)

0 commit comments

Comments
 (0)