Unverified Commit 191daf74 authored by hiko2MSP's avatar hiko2MSP Committed by GitHub
Browse files

[chatgpt] type miss of kwargs (#3107)

parent 145ccfd7
......@@ -25,7 +25,7 @@ class OPTCritic(Critic):
checkpoint: bool = False,
lora_rank: int = 0,
lora_train_bias: str = 'none',
**kargs) -> None:
**kwargs) -> None:
if pretrained is not None:
model = OPTModel.from_pretrained(pretrained)
elif config is not None:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment