Skip to content

Commit

Permalink
Fix (examples/ptq): fix for float act quant MSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed May 6, 2024
1 parent 20510a9 commit a422d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
'sym': Fp8e4m3ActPerTensorFloat}},
'mse': {
'per_tensor': {
'sym': Fp8e4m3ActPerTensorFloat},}}}}
'sym': Fp8e4m3ActPerTensorFloatMSE}}}}}


def quantize_model(
Expand Down

0 comments on commit a422d0e

Please sign in to comment.