We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bec389 commit fa62d6fCopy full SHA for fa62d6f
autointent/modules/scoring/_lora/lora.py
@@ -37,7 +37,7 @@ def __init__(
37
batch_size: int = 8,
38
learning_rate: float = 5e-5,
39
seed: int = 0,
40
- report_to: REPORTERS_NAMES | None = None, # type: ignore
+ report_to: REPORTERS_NAMES | None = None, # type: ignore # noqa: PGH003
41
**lora_kwargs: Any, # noqa: ANN401
42
) -> None:
43
self.model_config = HFModelConfig.from_search_config(model_config)
0 commit comments