Skip to content

Commit

Permalink
No self
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Aug 25, 2024
1 parent 73dc0cf commit 6705947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/proxy/runtime_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def forward(self, x: Union[Tensor, QuantTensor]) -> Union[Tensor, QuantTensor]:
class ActQuantProxyFromInjector(ActQuantProxyFromInjectorBase):

def __init__(self, quant_layer, quant_injector):
super().__init__(self, quant_layer, quant_injector)
super().__init__(quant_layer, quant_injector)
self.cache_class = _CachedIO

def scale(self, force_eval=True):
Expand Down

0 comments on commit 6705947

Please sign in to comment.