Skip to content

Commit

Permalink
Fix (per_group): fixing the per_group sym quantizer (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-colbert authored Nov 7, 2024
1 parent 84cdfc3 commit 6c0560f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/brevitas_examples/common/generative/quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@
'dynamic': {
'float_scale': {
'stats': {
'per_group': Fp8e4m3DynamicActPerGroupFloat}}},
'per_group': {
'sym': Fp8e4m3DynamicActPerGroupFloat}}}},
'no_scale': {
'sym': Fp8e4m3Act,}},
'float_ocp': {
Expand Down

0 comments on commit 6c0560f

Please sign in to comment.