Apply ruff format
CI / Lint (ruff check) (push) Successful in 42s
CI / Format (ruff format) (push) Successful in 40s
CI / Sync project version with tag (push) Has been skipped
CI / Lint (ruff check) (pull_request) Successful in 39s
CI / Type check (ty) (push) Successful in 42s
CI / Format (ruff format) (pull_request) Successful in 31s
CI / Sync project version with tag (pull_request) Has been skipped
CI / Type check (ty) (pull_request) Successful in 31s
CI / Tests (pull_request) Failing after 3m47s
CI / Tests (push) Failing after 3m53s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-10 11:26:28 +02:00
parent adb7a8663e
commit 451bdc210e
+1 -2
View File
@@ -388,8 +388,7 @@ def train(
Optional[Mode], Optional[Mode],
typer.Option( typer.Option(
"--stage1-generator", "--stage1-generator",
help="Stage 1's generative objective — overrides --mode for stage 1 " help="Stage 1's generative objective — overrides --mode for stage 1 only",
"only",
), ),
] = None, ] = None,
stage1_hidden_dim: Annotated[ stage1_hidden_dim: Annotated[