Skip to content

Commit 27a119b

Browse files
committed
ignore transformers Qwen2_5_xxx type check
1 parent 6569cd9 commit 27a119b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/llava/qwen2_vl_surgery.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
from gguf import *
77
from transformers import (
88
AutoProcessor,
9-
Qwen2VLForConditionalGeneration,
10-
Qwen2_5_VLForConditionalGeneration,
11-
Qwen2VLProcessor,
129
Qwen2VLConfig,
13-
Qwen2_5_VLConfig,
10+
Qwen2VLProcessor,
11+
Qwen2VLForConditionalGeneration,
12+
Qwen2_5_VLConfig, # type: ignore[reportAttributeAccessIssue]
13+
Qwen2_5_VLForConditionalGeneration, # type: ignore[reportAttributeAccessIssue]
1414
)
1515

1616

0 commit comments

Comments
 (0)