Update configuration_stacked.py
Browse files- configuration_stacked.py +1 -0
configuration_stacked.py
CHANGED
|
@@ -60,6 +60,7 @@ class ImpressoConfig(PretrainedConfig):
|
|
| 60 |
"""
|
| 61 |
return True
|
| 62 |
|
|
|
|
| 63 |
def patch_ops(self, ops):
|
| 64 |
"""
|
| 65 |
A method required by some Hugging Face utilities to modify operator mappings.
|
|
|
|
| 60 |
"""
|
| 61 |
return True
|
| 62 |
|
| 63 |
+
@classmethod
|
| 64 |
def patch_ops(self, ops):
|
| 65 |
"""
|
| 66 |
A method required by some Hugging Face utilities to modify operator mappings.
|