Revise POINTSV15Chat model (#12049)

Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
This commit is contained in:
Yuan Luo
2025-10-24 17:09:45 +08:00
committed by GitHub
parent 71d41212e4
commit 7ef5d8afd4

View File

@@ -7,12 +7,12 @@ from PIL import Image
from sglang.srt.models.points_v15_chat import POINTSV15ChatModel
from sglang.srt.multimodal.processors.qwen_vl import (
Qwen2_5VLImageProcessor,
QwenVLImageProcessor,
resize_image_async,
)
class POINTSV15ChatProcessor(Qwen2_5VLImageProcessor):
class POINTSV15ChatProcessor(QwenVLImageProcessor):
models = [POINTSV15ChatModel]
def __init__(self, hf_config, server_args, _processor, *args, **kwargs):