Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Aug 25, 2024
1 parent f085fd9 commit 73dc0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/brevitas/proxy/groupwise_float_runtime_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def create_quant_tensor(self, *qt_args, x=None):
saturating,
inf_values,
nan_values,
signed=self.is_signed,
training=self.training)
self.is_signed,
self.training)
else:
out = GroupwiseFloatQuantTensor(
qt_args,
Expand Down

0 comments on commit 73dc0cf

Please sign in to comment.