Skip to content

Commit 988f7d5

Browse files
committed
Update lora.py
1 parent 2525e37 commit 988f7d5

File tree

1 file changed

+1
-1
lines changed
  • autointent/modules/scoring/_lora

1 file changed

+1
-1
lines changed

autointent/modules/scoring/_lora/lora.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(
3636
seed=seed,
3737
report_to=report_to,
3838
)
39-
self._lora_config = LoraConfig(**lora_kwargs) # type: ignore[valid-type]
39+
self._lora_config = LoraConfig(**lora_kwargs) # type: ignore[arg-type]
4040

4141
@classmethod
4242
def from_context(

0 commit comments

Comments
 (0)