[Model] GLM adaptation (#34124)

(cherry picked from commit 978a37c823)
This commit is contained in:
Jee Jee Li
2026-02-09 17:32:52 +08:00
committed by khluu
parent c44d0c6d66
commit b3ee90f961
7 changed files with 13 additions and 3 deletions

View File

@@ -686,6 +686,7 @@ def get_model_params(config):
"DeepseekV2ForCausalLM",
"DeepseekV3ForCausalLM",
"DeepseekV32ForCausalLM",
"GlmMoeDsaForCausalLM",
"Glm4MoeForCausalLM",
"Glm4MoeLiteForCausalLM",
"NemotronHForCausalLM",