Skip to content

Commit 45fe816

Browse files
committed
fix
1 parent 5cb1430 commit 45fe816

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
@@ -149,7 +149,7 @@ def create(
149149
warmup_ratio: float = 0.0,
150150
max_grad_norm: float = 1.0,
151151
weight_decay: float = 0.0,
152-
lora: bool = TrueS,
152+
lora: bool = True,
153153
lora_r: int | None = None,
154154
lora_dropout: float | None = 0,
155155
lora_alpha: float | None = None,

0 commit comments

Comments
 (0)