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:
roger-lcc
2026-01-19 20:26:26 +08:00
committed by GitHub
parent 8f56cbf3ed
commit 9006e37979
2 changed files with 731 additions and 0 deletions

View File

@@ -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"""