Skip to content

Commit 89805c7

Browse files
committed
Make optional
1 parent b5b9b55 commit 89805c7

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
@@ -145,7 +145,7 @@ def fine_tuning(ctx: click.Context) -> None:
145145
@click.option(
146146
"--rpo-alpha",
147147
type=float,
148-
default=1.0,
148+
default=None,
149149
help="RPO alpha to control the weight of NLL loss component for chosen responses "
150150
"(only used when '--training-method' is 'dpo')",
151151
)

0 commit comments

Comments
 (0)