Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
7ef5d8af
Unverified
Commit
7ef5d8af
authored
Oct 24, 2025
by
Yuan Luo
Committed by
GitHub
Oct 24, 2025
Browse files
Revise POINTSV15Chat model (#12049)
Co-authored-by:
luoyuan.luo
<
luoyuan.luo@antgroup.com
>
parent
71d41212
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/sglang/srt/multimodal/processors/points_v15_chat.py
python/sglang/srt/multimodal/processors/points_v15_chat.py
+2
-2
No files found.
python/sglang/srt/multimodal/processors/points_v15_chat.py
View file @
7ef5d8af
...
@@ -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
(
Qwen
2_5
VLImageProcessor
,
QwenVLImageProcessor
,
resize_image_async
,
resize_image_async
,
)
)
class
POINTSV15ChatProcessor
(
Qwen
2_5
VLImageProcessor
):
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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment