Skip to content

Commit 2f1266d

Browse files
Angazennangazenn
andauthored
Support Pangu Pro MoE model (vllm-project#1204)
### What this PR does / why we need it? Support Pangu Pro MoE model (https://arxiv.org/abs/2505.21411) ### Does this PR introduce _any_ user-facing change? Yes, new model supported ### How was this patch tested? Test locally --------- Signed-off-by: angazenn <zengyanjia@huawei.com> Co-authored-by: angazenn <zengyanjia@huawei.com>
1 parent 00ae250 commit 2f1266d

File tree

4 files changed

+647
-1
lines changed

4 files changed

+647
-1
lines changed

vllm_ascend/models/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ def register_model():
4747
ModelRegistry.register_model(
4848
"Qwen3MoeForCausalLM",
4949
"vllm_ascend.models.qwen3_moe:CustomQwen3MoeForCausalLM")
50+
51+
ModelRegistry.register_model(
52+
"PanguProMoEForCausalLM",
53+
"vllm_ascend.models.pangu_moe:PanguProMoEForCausalLM")

0 commit comments

Comments
 (0)