Skip to content

Commit fa6ca5d

Browse files
committed
Fix typo
1 parent 88642d4 commit fa6ca5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchao/dtypes/affine_quantized_tensor_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ def _register_aqt_quantized_linear_dispatches():
235235
_linear_q_dq_impl,
236236
),
237237
(
238-
_linear_bf16_act_uint4_weight_int8_zero_check,
239-
_linear_bf16_act_uint4_weight_int8_zero_impl,
238+
_linear_fp_act_uint4_weight_int8_zero_check,
239+
_linear_fp_act_uint4_weight_int8_zero_impl,
240240
),
241241
(
242242
_linear_bf16_act_uint4_weight_float_zero_check,

0 commit comments

Comments
 (0)