fix git
Browse files- modeling_super_linear.py +1 -1
modeling_super_linear.py
CHANGED
|
@@ -546,7 +546,7 @@ class superLinear(nn.Module):
|
|
| 546 |
|
| 547 |
"-------------------------------------------------------------------------------------------------------------------"
|
| 548 |
class SuperLinearForCausalLM(PreTrainedModel, GenerationMixin):
|
| 549 |
-
|
| 550 |
|
| 551 |
def __init__(self, config):
|
| 552 |
super().__init__(config)
|
|
|
|
| 546 |
|
| 547 |
"-------------------------------------------------------------------------------------------------------------------"
|
| 548 |
class SuperLinearForCausalLM(PreTrainedModel, GenerationMixin):
|
| 549 |
+
config_class: SuperLinearConfig
|
| 550 |
|
| 551 |
def __init__(self, config):
|
| 552 |
super().__init__(config)
|