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 d75b767 commit 09b44cfCopy full SHA for 09b44cf
vllm_ascend/models/__init__.py
@@ -8,6 +8,16 @@ def register_model():
8
"Qwen2VLForConditionalGeneration",
9
"vllm_ascend.models.qwen2_vl:AscendQwen2VLForConditionalGeneration")
10
11
+ ModelRegistry.register_model(
12
+ "Qwen3VLMoeForConditionalGeneration",
13
+ "vllm_ascend.models.qwen3_vl_moe:AscendQwen3VLMoeForConditionalGeneration"
14
+ )
15
+
16
17
+ "Qwen3VLForConditionalGeneration",
18
+ "vllm_ascend.models.qwen3_vl:AscendQwen3VLForConditionalGeneration"
19
20
21
if envs_ascend.USE_OPTIMIZED_MODEL:
22
ModelRegistry.register_model(
23
"Qwen2_5_VLForConditionalGeneration",
0 commit comments