Skip to content

Commit

Permalink
Update zero_point.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 authored Jan 15, 2025
1 parent 8783ea6 commit f90b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/core/zero_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def forward(self, x: Tensor, scale: Tensor, bit_width: Tensor) -> Tensor:
return z


class RuntimeDynamicGroupZeroScaling(brevitas.jit.ScriptModule):
class RuntimeDynamicGroupZeroPoint(brevitas.jit.ScriptModule):

def __init__(
self,
Expand Down

0 comments on commit f90b520

Please sign in to comment.