mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
ignore transformers Qwen2_5_xxx type check
This commit is contained in:
parent
fdae70a832
commit
8fcf682b28
1 changed files with 4 additions and 4 deletions
|
@ -6,11 +6,11 @@ import numpy as np
|
||||||
from gguf import *
|
from gguf import *
|
||||||
from transformers import (
|
from transformers import (
|
||||||
AutoProcessor,
|
AutoProcessor,
|
||||||
Qwen2VLForConditionalGeneration,
|
|
||||||
Qwen2_5_VLForConditionalGeneration,
|
|
||||||
Qwen2VLProcessor,
|
|
||||||
Qwen2VLConfig,
|
Qwen2VLConfig,
|
||||||
Qwen2_5_VLConfig,
|
Qwen2VLProcessor,
|
||||||
|
Qwen2VLForConditionalGeneration,
|
||||||
|
Qwen2_5_VLConfig, # type: ignore[reportAttributeAccessIssue]
|
||||||
|
Qwen2_5_VLForConditionalGeneration, # type: ignore[reportAttributeAccessIssue]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue