Skip to content

Commit 37af5ec

Browse files
authored
Apply suggestion from @blainekasten
1 parent 4b37bd0 commit 37af5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/together/lib/cli/api/fine_tuning

src/together/lib/cli/api/fine_tuning/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async def create(
8989
Parameter(converter=int_or_max_converter, name=["--batch-size", "-b"], help="Train batch size"),
9090
] = "max",
9191
gradient_accumulation_steps: Annotated[
92-
int,
92+
Optional[int],
9393
Parameter(help="Number of gradient accumulation steps (increases effective batch size without more memory)"),
9494
] = None,
9595
learning_rate: Annotated[

0 commit comments

Comments
 (0)