What's Changed
* fix: pass rope_theta argument when initializing LlamaLikeBlock for models like qwen2, mistral, etc. by Shuai-Xie in https://github.com/casper-hansen/AutoAWQ/pull/568
* Add Gemma2 support. by radi-cho in https://github.com/casper-hansen/AutoAWQ/pull/562
* ignore onnx in ignore_patterns by casper-hansen in https://github.com/casper-hansen/AutoAWQ/pull/570
* Add Internlm2 support by Crystalcareai in https://github.com/casper-hansen/AutoAWQ/pull/576
* quantization fails with old `datasets` by stas00 in https://github.com/casper-hansen/AutoAWQ/pull/593
* doc: replace a broken example with a working one by stas00 in https://github.com/casper-hansen/AutoAWQ/pull/595
* Implement NO_KERNELS flag and update torch requirement by devin-ai-integration in https://github.com/casper-hansen/AutoAWQ/pull/582
* AWQ Triton kernels. Make `autoawq-kernels` optional. by casper-hansen in https://github.com/casper-hansen/AutoAWQ/pull/608
* device_map defaults to auto by casper-hansen in https://github.com/casper-hansen/AutoAWQ/pull/607
* Let installed PyTorch decide required version number by wasertech in https://github.com/casper-hansen/AutoAWQ/pull/573
* Replace itrex qbits to ipex woq linear by jiqing-feng in https://github.com/casper-hansen/AutoAWQ/pull/549
* enable awq ipex linear in transformers by jiqing-feng in https://github.com/casper-hansen/AutoAWQ/pull/610
* fix for "two devices" issue due to RoPE changes by davedgd in https://github.com/casper-hansen/AutoAWQ/pull/630
* add qwen2vl support by kq-chen in https://github.com/casper-hansen/AutoAWQ/pull/599
* Add support for Phi-3-vision series model by Isotr0py in https://github.com/casper-hansen/AutoAWQ/pull/596
* support minicpm3.0 by LDLINGLINGLING in https://github.com/casper-hansen/AutoAWQ/pull/605
* Enable Intel GPU path and lora finetune and change examples to support different devices by jiqing-feng in https://github.com/casper-hansen/AutoAWQ/pull/631
* Replace custom sharding with save_torch_state_dict from huggingface_hub by casper-hansen in https://github.com/casper-hansen/AutoAWQ/pull/644
* New release (0.2.7) + Fix build by casper-hansen in https://github.com/casper-hansen/AutoAWQ/pull/647
* Only build once by casper-hansen in https://github.com/casper-hansen/AutoAWQ/pull/648
New Contributors
* Shuai-Xie made their first contribution in https://github.com/casper-hansen/AutoAWQ/pull/568
* radi-cho made their first contribution in https://github.com/casper-hansen/AutoAWQ/pull/562
* Crystalcareai made their first contribution in https://github.com/casper-hansen/AutoAWQ/pull/576
* stas00 made their first contribution in https://github.com/casper-hansen/AutoAWQ/pull/593
* wasertech made their first contribution in https://github.com/casper-hansen/AutoAWQ/pull/573
* jiqing-feng made their first contribution in https://github.com/casper-hansen/AutoAWQ/pull/549
* davedgd made their first contribution in https://github.com/casper-hansen/AutoAWQ/pull/630
* kq-chen made their first contribution in https://github.com/casper-hansen/AutoAWQ/pull/599
**Full Changelog**: https://github.com/casper-hansen/AutoAWQ/compare/v0.2.6...v0.2.7