Update configuration_stacked.py
Browse files- configuration_stacked.py +1 -1
configuration_stacked.py
CHANGED
|
@@ -61,7 +61,7 @@ class ImpressoConfig(PretrainedConfig):
|
|
| 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.
|
| 67 |
Currently, it performs no operation and is included for compatibility.
|
|
|
|
| 61 |
return True
|
| 62 |
|
| 63 |
@classmethod
|
| 64 |
+
def patch_ops(self, x, ops):
|
| 65 |
"""
|
| 66 |
A method required by some Hugging Face utilities to modify operator mappings.
|
| 67 |
Currently, it performs no operation and is included for compatibility.
|