delete glmGlmForCausalLM register (#132)

Co-authored-by: hanhaowen <hanhaowen@baidu.com>
This commit is contained in:
youzeyu
2026-01-20 19:22:33 +08:00
committed by GitHub
parent 561a235a3f
commit 92b40628cd
2 changed files with 0 additions and 28 deletions

View File

@@ -36,10 +36,6 @@ def register_model():
ModelRegistry.register_model(
"Qwen3NextForCausalLM",
"vllm_kunlun.models.qwen3_next:Qwen3NextForCausalLM")
ModelRegistry.register_model(
"GlmForCausalLM",
"vllm_kunlun.models.glm:GlmForCausalLM")
ModelRegistry.register_model(
"GptOssForCausalLM",