release(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.