[CI] Route mmlu and GB300 MMMU-Pro evals through sgl-eval (#34477)

This commit is contained in:
Liangsheng Yin
2026-08-12 19:33:21 -07:00
committed by GitHub
parent cfdfd31826
commit 50cc1aa241
25 changed files with 182 additions and 503 deletions
@@ -26,9 +26,11 @@ from sglang.test.test_utils import (
register_cuda_ci(est_time=120, stage="extra-a", runner_config="1-gpu-large")
MMLU_NUM_EXAMPLES = 32
MMLU_NUM_EXAMPLES = 256
MMLU_NUM_THREADS = 32
MMLU_SCORE_THRESHOLD = 22 / MMLU_NUM_EXAMPLES
# The unquantized model scores 0.68-0.70 over 256 questions; int8 gives up a
# point or two, then the 0.05 margin the other eval thresholds use.
MMLU_SCORE_THRESHOLD = 0.63
class TestAutoRoundQuantization(CustomTestCase):