You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying to export an model with QuaRot+GPTQ and infer with vllm, however, there are some problems with vllm's infer. KeyError: 'layers.0.mlp.down_proj.buf_invperm
the config is as below:
Quarot supports Qwen2 but does not support online_rotation. This limitation may be related to the shape of the weights, as the online Hadamard rotation imposes strict requirements on the shape.
Hi, I was trying to export an model with QuaRot+GPTQ and infer with vllm, however, there are some problems with vllm's infer.
KeyError: 'layers.0.mlp.down_proj.buf_invperm
the config is as below:
I wonder whether LLMC can export Quarot quantized model that supports vllm inference.
The text was updated successfully, but these errors were encountered: