Skip to content

Commit c27752b

Browse files
committed
async
1 parent 45fe816 commit c27752b

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
@@ -490,7 +490,7 @@ async def create(
490490
warmup_ratio: float = 0.0,
491491
max_grad_norm: float = 1.0,
492492
weight_decay: float = 0.0,
493-
lora: bool = False,
493+
lora: bool = True,
494494
lora_r: int | None = None,
495495
lora_dropout: float | None = 0,
496496
lora_alpha: float | None = None,

0 commit comments

Comments
 (0)