v0.1.5
HQQ v0.1.5
New features
- Added support for multi-gpu FSDP QLoRA training (#17)
Issues
torch.compile
and thePYTORCH_COMPILE
backend break withview_as_float=True
. No known solution for the moment.- A bit slower inference with
view_as_float=True
. Solution: after training, the user can revert back to in bitpacking.