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 2525e37 commit 988f7d5Copy full SHA for 988f7d5
autointent/modules/scoring/_lora/lora.py
@@ -36,7 +36,7 @@ def __init__(
36
seed=seed,
37
report_to=report_to,
38
)
39
- self._lora_config = LoraConfig(**lora_kwargs) # type: ignore[valid-type]
+ self._lora_config = LoraConfig(**lora_kwargs) # type: ignore[arg-type]
40
41
@classmethod
42
def from_context(
0 commit comments