support glm47 in 0.11.0 version (#116)
* support glm47 in 0.11.0 version * support glm47 in 0.11.0 version --------- Co-authored-by: luochencheng <luochencheng@baidu.com>
This commit is contained in:
@@ -92,6 +92,10 @@ def register_model():
|
||||
ModelRegistry.register_model(
|
||||
"DeepSeekMTPModel",
|
||||
"vllm_kunlun.models.deepseek_mtp:DeepSeekMTP")
|
||||
|
||||
ModelRegistry.register_model(
|
||||
"Glm4MoeForCausalLM",
|
||||
"vllm_kunlun.models.glm4_moe:Glm4MoeForCausalLM")
|
||||
|
||||
def register_quant_method():
|
||||
"""to do"""
|
||||
|
||||
Reference in New Issue
Block a user