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 e9aaceb commit 62706a0Copy full SHA for 62706a0
vllm_ascend/models/qwen2_5_vl_without_padding.py
@@ -28,8 +28,8 @@
28
Qwen2_5_VLConfig, Qwen2_5_VLVisionConfig)
29
30
try:
31
- from transformers.models.qwen3_vl.configuration_qwen3_vl import (
32
- Qwen3VLConfig)
+ from transformers.models.qwen3_vl.configuration_qwen3_vl import \
+ Qwen3VLConfig
33
from transformers.models.qwen3_vl_moe.configuration_qwen3_vl_moe import \
34
Qwen3VLMoeConfig
35
except ImportError:
0 commit comments