Skip to content

Commit 10aa5b8

Browse files
committed
default to max in legacy
1 parent db71746 commit 10aa5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/legacy/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def create(
1616
model: str,
1717
n_epochs: int = 1,
1818
n_checkpoints: int | None = 1,
19-
batch_size: int | Literal["max"] = 32,
19+
batch_size: int | Literal["max"] = "max",
2020
learning_rate: float = 0.00001,
2121
suffix: (
2222
str | None

0 commit comments

Comments
 (0)