You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#if A.numel() == A.shape[-1] and A.requires_grad == False and A.device.type != "hpu":
452
+
ifA.requires_grad==FalseandA.device.type!="hpu":
451
453
ifA.shape[-1] %quant_state.blocksize!=0:
452
454
warn(
453
455
f"Some matrices hidden dimension is not a multiple of {quant_state.blocksize} and efficient inference kernels are not supported for these (slow). Matrix input size found: {A.shape}",
0 commit comments