[VLM] Support InternVL Vision Encoder Data Parallelism (#13925)

Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
This commit is contained in:
Yuan Luo
2025-11-26 11:43:05 +08:00
committed by GitHub
parent f33e5d1ef1
commit ca5c8b16f6
3 changed files with 118 additions and 25 deletions

View File

@@ -19,6 +19,7 @@ from sglang.test.test_utils import (
MODELS = [
SimpleNamespace(model="Qwen/Qwen2.5-VL-72B-Instruct", mmmu_accuracy=0.55),
SimpleNamespace(model="OpenGVLab/InternVL2_5-8B", mmmu_accuracy=0.52),
]