Unverified Commit 7ef5d8af authored by Yuan Luo's avatar Yuan Luo Committed by GitHub
Browse files

Revise POINTSV15Chat model (#12049)


Co-authored-by: default avatarluoyuan.luo <luoyuan.luo@antgroup.com>
parent 71d41212
...@@ -7,12 +7,12 @@ from PIL import Image ...@@ -7,12 +7,12 @@ from PIL import Image
from sglang.srt.models.points_v15_chat import POINTSV15ChatModel from sglang.srt.models.points_v15_chat import POINTSV15ChatModel
from sglang.srt.multimodal.processors.qwen_vl import ( from sglang.srt.multimodal.processors.qwen_vl import (
Qwen2_5VLImageProcessor, QwenVLImageProcessor,
resize_image_async, resize_image_async,
) )
class POINTSV15ChatProcessor(Qwen2_5VLImageProcessor): class POINTSV15ChatProcessor(QwenVLImageProcessor):
models = [POINTSV15ChatModel] models = [POINTSV15ChatModel]
def __init__(self, hf_config, server_args, _processor, *args, **kwargs): def __init__(self, hf_config, server_args, _processor, *args, **kwargs):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment