Skip to content

Commit 2a19215

Browse files
[MM][Model] Remove Qwen2-VL modeling files (#4534)
### What this PR does / why we need it? Following #4349, remove Qwen2-VL modeling files. - vLLM version: v0.11.2 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2 --------- Signed-off-by: shen-shanshan <[email protected]>
1 parent 6664a4e commit 2a19215

File tree

4 files changed

+212
-590
lines changed

4 files changed

+212
-590
lines changed

tests/ut/models/test_qwen2_vl.py

Lines changed: 0 additions & 200 deletions
This file was deleted.

vllm_ascend/models/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33

44
def register_model():
5-
ModelRegistry.register_model(
6-
"Qwen2VLForConditionalGeneration",
7-
"vllm_ascend.models.qwen2_vl:AscendQwen2VLForConditionalGeneration")
8-
95
ModelRegistry.register_model(
106
"Qwen3VLMoeForConditionalGeneration",
117
"vllm_ascend.models.qwen3_vl:AscendQwen3VLMoeForConditionalGeneration")

0 commit comments

Comments
 (0)