AQLM
AQLM copied to clipboard
Supported Models
Congratulations on coming up with such an excellent quantization algorithm! I'm trying to use AQLM to quantize Deepseek-Coder and Starcoder2, but the repository doesn't seem to have direct support. Are there any plans to support more models? Or any suggestions on how to modify the source code to achieve fast support, thanks.
Hi! Only a minor modification is needed to be able to run a different model architecture.
Hopefully, a change like this should be enough to run starcoder2. You can try it out in the starcoder2 branch.
Thanks!