[test] Lower number of top logprobs to get rid of -inf (#3212)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user