"test/srt/old/test_httpserver_decode.py" did not exist on "24e59f53501bf5a66f71d08238bfc17e15b8114a"
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
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):
......
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