[Metax][CI] remove 28B VL model test sampling randomness (#6032)

Co-authored-by: root <root@lt-wks-10-0-180-15.pub.metax-tech.com>
This commit is contained in:
MingkunZhang
2026-01-14 14:00:41 +08:00
committed by GitHub
parent 926a26074f
commit f3587b592c
+2 -1
View File
@@ -42,7 +42,8 @@ class TestErnie28BVL(unittest.TestCase):
load_choices="default_v1",
)
cls.sampling_params = SamplingParams(top_p=0.95, max_tokens=32768, temperature=0.1)
# cls.sampling_params = SamplingParams(top_p=0.95, max_tokens=32768, temperature=0.1)
cls.sampling_params = SamplingParams(top_p=0.95, max_tokens=32768, temperature=0)
@classmethod
def set_config(cls):