feat: support qwen3_vl vision model dp (#13724)

This commit is contained in:
Lzhang-hub
2025-11-28 17:29:07 +08:00
committed by GitHub
parent f6e37d3edb
commit ea1e9f6b3c
2 changed files with 50 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ register_cuda_ci(est_time=500, suite="nightly-4-gpu", nightly=True)
MODELS = [
SimpleNamespace(model="Qwen/Qwen2.5-VL-72B-Instruct", mmmu_accuracy=0.55),
SimpleNamespace(model="Qwen/Qwen3-VL-32B-Instruct", mmmu_accuracy=0.55),
SimpleNamespace(model="OpenGVLab/InternVL2_5-8B", mmmu_accuracy=0.52),
]