test: restore GLM-4.1V nightly latency threshold (#34811)

This commit is contained in:
Mick
2026-08-15 18:13:19 +08:00
committed by GitHub
parent 35cefd1c51
commit a64791b312
+1 -1
View File
@@ -47,7 +47,7 @@ MODEL_THRESHOLDS = {
),
ModelLaunchSettings("unsloth/Mistral-Small-3.1-24B-Instruct-2503"): (0.30, 43.0),
ModelLaunchSettings("XiaomiMiMo/MiMo-VL-7B-RL"): (0.28, 40.0),
ModelLaunchSettings("zai-org/GLM-4.1V-9B-Thinking"): (0.280, 30.4),
ModelLaunchSettings("zai-org/GLM-4.1V-9B-Thinking"): (0.280, 35.5),
ModelLaunchSettings("zai-org/GLM-4.5V-FP8", extra_args=["--tp=2"]): (0.26, 140.0),
}