We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bccf8 commit e31a7dfCopy full SHA for e31a7df
vllm_ascend/models/__init__.py
@@ -21,10 +21,6 @@ def register_model():
21
"Qwen2VLForConditionalGeneration",
22
"vllm_ascend.models.qwen2_vl:AscendQwen2VLForConditionalGeneration")
23
24
- ModelRegistry.register_model(
25
- "Qwen3MoeSparseMoeBlock",
26
- "vllm_ascend.models.moe_block:AscendSparseMoeBlock")
27
-
28
if envs.USE_OPTIMIZED_MODEL:
29
ModelRegistry.register_model(
30
"Qwen2_5_VLForConditionalGeneration",
0 commit comments