[AMD][CI] Limit HiCache MGSM eval concurrency on ROCm (#36308)

This commit is contained in:
Bingxu Chen
2026-08-28 01:05:59 -07:00
committed by GitHub
parent 2960d69622
commit 2a7fb511c9
@@ -81,6 +81,8 @@ class TestHiCacheMLA(HiCacheBaseServer, MMLUMixin, MGSMEnMixin):
mmlu_num_examples = 256
mmlu_num_threads = 32
mgsm_en_score_threshold = 0.8
if _is_hip:
mgsm_en_num_threads = 32
@unittest.skipIf(is_hip(), "Disabled for AMD-aiter")