mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user