Does not work with vllm 0.27.1

#2
by flaviusburca - opened

Found a different quantization schemes for ['in_proj_q', 'in_proj_k', 'in_proj_v', 'in_proj_z'] in language_model.model.layers.0.linear_attn.in_proj_qkvz. vLLM requires all to use the same scheme.

Found a different quantization schemes for ['in_proj_q', 'in_proj_k', 'in_proj_v', 'in_proj_z'] in language_model.model.layers.0.linear_attn.in_proj_qkvz. vLLM requires all to use the same scheme.

It does work on vLLM v0.27.1 from my testing. Perhaps you would like to post your full runtime arguments?

Sign up or log in to comment