Normal k-quants?

#8
by NovNovikov - opened

Your UD-Q2_K_XL and UD-Q3_K_XL quants are not plain K-quants. Their dynamic recipes use IQ tensor types for a substantial part of the model, including MoE expert tensors, despite being labeled as Q*_K.

This matters for systems that heavily rely on CPU/RAM execution of MoE experts: IQ tensor types can be significantly slower than plain K-quants there. In my workloads, the difference can reach 20–40%.

Please consider providing actual K-quant variants with the MoE experts quantized as Q2_K / Q3_K, or at least make the IQ-heavy tensor composition explicit in the naming/documentation. Calling these variants Q*_K_XL alongside separately labeled UD-IQ* variants is misleading.

Sign up or log in to comment