Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artek0chumak committed Dec 17, 2024
1 parent d64f8d9 commit 13dc659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/together/resources/finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def create(
warmup_ratio: float = 0.0,
max_grad_norm: float = 1.0,
weight_decay: float = 0.0,
lora: bool = TrueS,
lora: bool = True,
lora_r: int | None = None,
lora_dropout: float | None = 0,
lora_alpha: float | None = None,
Expand Down

0 comments on commit 13dc659

Please sign in to comment.