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
I test benchmark of Qwen2 with qserve_benchmark.py or qserve_e2e_generation.py,it will throw a error:Unsupported model type: QWen2ForCausalLM, how to fix it?
The text was updated successfully, but these errors were encountered:
Hi! Thank you for your interests in QServe. To benchmark Qwen models, you can modify the model type in the checkpoint config to LlamaForCausalLM as the model architecture of Qwen is similar to Llama. You can also modify this line to support Qwen model family.
I test benchmark of Qwen2 with qserve_benchmark.py or qserve_e2e_generation.py,it will throw a error:Unsupported model type: QWen2ForCausalLM, how to fix it?
The text was updated successfully, but these errors were encountered: