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
Fix uninitialized variable in quantized compressors (#205)
Both compressors have a can_quantize() check, which if ever doesn't
succeed would trigger:
> UnboundLocalError: cannot access local variable 'quantized_weight' where it is not associated with a value
0 commit comments