Skip to content

Commit

Permalink
Fixing typing hint
Browse files Browse the repository at this point in the history
  • Loading branch information
i-colbert committed Oct 28, 2024
1 parent 1bfb332 commit 4fadb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brevitas/quant_tensor/test_quant_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def to_mx_quant_tensor(
exponent_bit_width=4,
mantissa_bit_width=3,
group_size=32,
group_dim=1) -> FloatQuantTensor:
group_dim=1) -> GroupwiseFloatQuantTensor:
mod = QuantIdentity(
bit_width=bit_width,
group_size=group_size,
Expand Down

0 comments on commit 4fadb9d

Please sign in to comment.