[test] Lower number of top logprobs to get rid of -inf (#3212)

This commit is contained in:
Byron Hsu
2025-01-30 02:01:23 -08:00
committed by GitHub
parent 9f635ea50d
commit 20453cef62

View File

@@ -36,7 +36,7 @@ class TestBatchPenalizerE2E(unittest.TestCase):
def run_decode(
self,
return_logprob=True,
top_logprobs_num=5,
top_logprobs_num=3,
return_text=True,
n=1,
**sampling_params,