- requantize helper by calmitchell617, - StableDiffusion example by thliang01, - improved linear backward path by dacorvo , - AWQ int4 kernels by dacorvo .
0.1.0
New features
- group-wise quantization, - safe serialization.
0.0.13
New features
- new `QConv2d` quantized module, - official support for `float8` weights.
Bug fixes
- fix `QbitsTensor.to()` that was not moving the inner tensors, - prevent shallow `QTensor` copies when loading weights that do not move inner tensors.
0.0.12
New features
- quanto kernels library (not used for now in quantize).