Skip to content

Commit 2a2a2df

Browse files
committed
fix init
1 parent 3b7269a commit 2a2a2df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vllm_ascend/models/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ def register_model():
5858
ModelRegistry.register_model(
5959
"Qwen3MoeForCausalLM",
6060
"vllm_ascend.models.qwen3_moe:CustomQwen3MoeForCausalLM")
61+
62+
ModelRegistry.register_model(
63+
"Qwen3ForCausalLM", "vllm_ascend.models.qwen3:CustomQwen3ForCausalLM")

0 commit comments

Comments
 (0)