[CI]Remove msgm-en and mmlu tests which cause timeout (#21733)
This commit is contained in:
@@ -8,7 +8,7 @@ import unittest
|
||||
|
||||
from sglang.srt.utils import kill_process_tree
|
||||
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
|
||||
from sglang.test.kits.eval_accuracy_kit import HumanEvalMixin, MGSMEnMixin, MMLUMixin
|
||||
from sglang.test.kits.eval_accuracy_kit import GSM8KMixin
|
||||
from sglang.test.test_utils import (
|
||||
DEFAULT_MOE_MODEL_NAME_FOR_TEST,
|
||||
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
|
||||
@@ -22,10 +22,8 @@ register_cuda_ci(est_time=500, suite="stage-b-test-2-gpu-large")
|
||||
register_amd_ci(est_time=500, suite="stage-b-test-2-gpu-large-amd")
|
||||
|
||||
|
||||
class TestMoEEvalAccuracyLarge(CustomTestCase, MMLUMixin, HumanEvalMixin, MGSMEnMixin):
|
||||
mmlu_score_threshold = 0.62
|
||||
humaneval_score_threshold = 0.40
|
||||
mgsm_en_score_threshold = 0.61
|
||||
class TestMoEEvalAccuracyLarge(CustomTestCase, GSM8KMixin):
|
||||
gsm8k_accuracy_thres = 0.6
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
||||
Reference in New Issue
Block a user