Commit
·
d183b2f
1
Parent(s):
37573e4
checking if other model thigns are needed
Browse files- configuration_lang.py +1 -1
configuration_lang.py
CHANGED
|
@@ -10,7 +10,7 @@ class ImpressoConfig(PretrainedConfig):
|
|
| 10 |
filename=None,
|
| 11 |
**kwargs,
|
| 12 |
):
|
| 13 |
-
super().__init__(
|
| 14 |
|
| 15 |
self.filename = filename
|
| 16 |
|
|
|
|
| 10 |
filename=None,
|
| 11 |
**kwargs,
|
| 12 |
):
|
| 13 |
+
super().__init__(**kwargs)
|
| 14 |
|
| 15 |
self.filename = filename
|
| 16 |
|