Skip to content

Commit e31a7df

Browse files
author
weijinqian_v1
committed
add moe_block: AscendSparseMoeBlock
Signed-off-by: weijinqian_v1 <weijinqian@huawei.com>
1 parent a9bccf8 commit e31a7df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vllm_ascend/models/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ def register_model():
2121
"Qwen2VLForConditionalGeneration",
2222
"vllm_ascend.models.qwen2_vl:AscendQwen2VLForConditionalGeneration")
2323

24-
ModelRegistry.register_model(
25-
"Qwen3MoeSparseMoeBlock",
26-
"vllm_ascend.models.moe_block:AscendSparseMoeBlock")
27-
2824
if envs.USE_OPTIMIZED_MODEL:
2925
ModelRegistry.register_model(
3026
"Qwen2_5_VLForConditionalGeneration",

0 commit comments

Comments
 (0)