File size: 305 Bytes
f880dff
 
 
 
 
1
2
3
4
5
6
# Copyright (c) 2025 Ye Liu. Licensed under the BSD-3-Clause License.

from .qwen2_5_vl import PatchedQwen2_5_VLProcessor, PixelQwen2_5_VLConfig, PixelQwen2_5_VLForConditionalGeneration

MODELS = {'qwen2_5_vl': (PixelQwen2_5_VLConfig, PixelQwen2_5_VLForConditionalGeneration, PatchedQwen2_5_VLProcessor)}