Revert "support glm47 in 0.11.0 version (#116)" (#123)

This reverts commit 9006e37979.
This commit is contained in:
Li Wei
2026-01-20 10:46:11 +08:00
committed by GitHub
parent 9006e37979
commit f2019b145f
2 changed files with 0 additions and 731 deletions

View File

@@ -92,10 +92,6 @@ 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"""