We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88642d4 commit fa6ca5dCopy full SHA for fa6ca5d
torchao/dtypes/affine_quantized_tensor_ops.py
@@ -235,8 +235,8 @@ def _register_aqt_quantized_linear_dispatches():
235
_linear_q_dq_impl,
236
),
237
(
238
- _linear_bf16_act_uint4_weight_int8_zero_check,
239
- _linear_bf16_act_uint4_weight_int8_zero_impl,
+ _linear_fp_act_uint4_weight_int8_zero_check,
+ _linear_fp_act_uint4_weight_int8_zero_impl,
240
241
242
_linear_bf16_act_uint4_weight_float_zero_check,
0 commit comments