Skip to content

Commit 51b96fc

Browse files
committed
Formatting
1 parent 92d7e01 commit 51b96fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/resources/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def create_finetune_request(
189189
raise ValueError(
190190
"dpo_normalize_logratios_by_length=True is only supported for DPO training"
191191
)
192-
if rpo_alpha is not None:
192+
if rpo_alpha is not None:
193193
if training_method != "dpo":
194194
raise ValueError("rpo_alpha is only supported for DPO training")
195195
if not rpo_alpha >= 0.0:

0 commit comments

Comments
 (0)