fix?
Browse files- modeling_super_linear.py +1 -1
modeling_super_linear.py
CHANGED
|
@@ -547,7 +547,7 @@ class superLinear(nn.Module):
|
|
| 547 |
"-------------------------------------------------------------------------------------------------------------------"
|
| 548 |
class SuperLinearForCausalLM(PreTrainedModel, GenerationMixin):
|
| 549 |
|
| 550 |
-
config_class =
|
| 551 |
|
| 552 |
def __init__(self, config: Union[SuperLinearConfig, SuperLinearConfigFS]):
|
| 553 |
super().__init__(config)
|
|
|
|
| 547 |
"-------------------------------------------------------------------------------------------------------------------"
|
| 548 |
class SuperLinearForCausalLM(PreTrainedModel, GenerationMixin):
|
| 549 |
|
| 550 |
+
config_class = AutoConfig
|
| 551 |
|
| 552 |
def __init__(self, config: Union[SuperLinearConfig, SuperLinearConfigFS]):
|
| 553 |
super().__init__(config)
|