We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db71746 commit 10aa5b8Copy full SHA for 10aa5b8
src/together/legacy/finetune.py
@@ -16,7 +16,7 @@ def create(
16
model: str,
17
n_epochs: int = 1,
18
n_checkpoints: int | None = 1,
19
- batch_size: int | Literal["max"] = 32,
+ batch_size: int | Literal["max"] = "max",
20
learning_rate: float = 0.00001,
21
suffix: (
22
str | None
0 commit comments