emanuelaboros commited on
Commit
36455c5
·
verified ·
1 Parent(s): 3f45a8d

Update configuration_stacked.py

Browse files
Files changed (1) hide show
  1. 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.